Html Css Color HEX #BACB40 Celery

📋 copy color: '#BACB40'

red 186 ◦ green 203 ◦ blue 64

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

Shades of Celery #BACB40

Tints of Celery #BACB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.81%

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 41.06%
G = 44.81%
B = 14.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#BACB40 (or 0xBACB40) is known color: Celery. HEX triplet: BA, CB and 40. RGB value is (186,203,64). Sum of RGB (Red+Green+Blue) = 186+203+64=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB40 is #4534BF. Grayscale: #B6B6B6. Windows color (decimal): -4535488 or 4246458. OLE color: 4246458.

HSL color Cylindrical-coordinate representation of color #BACB40: hue angle of 67.34º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BACB40 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 203 64 -
CMYK 0.08 0 0.68 0.20
HSL 67.34º 0.57% 0.52% -
HSV(B) 67.34º 0.68% 0.8% -
XYZ 42.53 53.52 12.94 -
YUV 182.07 61.37 130.8 -
System Red Green Blue C M Y K H S L
Decimal 186 203 64 0.08 0 0.68 0.20 67.34 0.57 0.52
Hex BA CB 40 8 0 44 14 43 39 34
Octal 272 313 100 10 0 104 24 103 71 64
Binary 10111010 11001011 1000000 1000 0 1000100 10100 1000011 111001 110100

Color Harmonies of #BACB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACB40

Black with #BACB40

Text Example


Text Example

White with #BACB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACB40; }

 p { color: rgb(186,203,64); }

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

background-color css

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

 a { background-color: rgb(186,203,64); }

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

border-color css

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

 span { border-color: rgb(186,203,64); }

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