Html Css Color HEX #BAC641 Celery

📋 copy color: '#BAC641'

red 186 ◦ green 198 ◦ blue 65

#BAC641
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #BAC641

Tints of Celery #BAC641

RGB

 RED value IS 186 (73.05% from 255) = 41.43%

 GREEN value IS 198 (77.73% from 255) = 44.1%

 BLUE value IS 65 (25.78% from 255) = 14.48%

R = 41.43%
G = 44.1%
B = 14.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BAC641 (or 0xBAC641) is known color: Celery. HEX triplet: BA, C6 and 41. RGB value is (186,198,65). Sum of RGB (Red+Green+Blue) = 186+198+65=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC641 is #4539BE. Grayscale: #B3B3B3. Windows color (decimal): -4536767 or 4310714. OLE color: 4310714.

HSL color Cylindrical-coordinate representation of color #BAC641: hue angle of 65.41º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAC641 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 65 -
CMYK 0.06 0 0.67 0.22
HSL 65.41º 0.54% 0.52% -
HSV(B) 65.41º 0.67% 0.78% -
XYZ 41.4 51.21 12.7 -
YUV 179.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 186 198 65 0.06 0 0.67 0.22 65.41 0.54 0.52
Hex BA C6 41 6 0 43 16 41 36 34
Octal 272 306 101 6 0 103 26 101 66 64
Binary 10111010 11000110 1000001 110 0 1000011 10110 1000001 110110 110100

Color Harmonies of #BAC641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC641

Black with #BAC641

Text Example


Text Example

White with #BAC641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC641; }

 p { color: rgb(186,198,65); }

 H1.HeaderClassName
 {
   color: #BAC641;
 }
 .AnyTagClassName
 {
   color: #BAC641;
 }
</style>

background-color css

<style>
 a { background-color: #BAC641; }

 a { background-color: rgb(186,198,65); }

 div.DivClassName
 {
   background-color: #BAC641;
 }
 .BgClassName
 {
   background-color: #BAC641;
 }
</style>

border-color css

<style>
 span { border-color: #BAC641; }

 span { border-color: rgb(186,198,65); }

 td.TdClassName
 {
   border-color: #BAC641;
 }
 .TagClassName
 {
   border-color: #BAC641;
 }
</style>