Html Css Color HEX #BCAB0B Earls Green

📋 copy color: '#BCAB0B'

red 188 ◦ green 171 ◦ blue 11

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

Shades of Earls Green #BCAB0B

Tints of Earls Green #BCAB0B

RGB

 RED value IS 188 (73.83% from 255) = 50.81%

 GREEN value IS 171 (67.19% from 255) = 46.22%

 BLUE value IS 11 (4.69% from 255) = 2.97%

R = 50.81%
G = 46.22%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BCAB0B (or 0xBCAB0B) is known color: Earls Green. HEX triplet: BC, AB and 0B. RGB value is (188,171,11). Sum of RGB (Red+Green+Blue) = 188+171+11=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB0B is #4354F4. Grayscale: #9E9E9E. Windows color (decimal): -4412661 or 764860. OLE color: 764860.

HSL color Cylindrical-coordinate representation of color #BCAB0B: hue angle of 54.24º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCAB0B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 11 -
CMYK 0 0.09 0.94 0.26
HSL 54.24º 0.89% 0.39% -
HSV(B) 54.24º 0.94% 0.74% -
XYZ 35.36 39.84 6.14 -
YUV 157.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 188 171 11 0 0.09 0.94 0.26 54.24 0.89 0.39
Hex BC AB B 0 9 5E 1A 36 59 27
Octal 274 253 13 0 11 136 32 66 131 47
Binary 10111100 10101011 1011 0 1001 1011110 11010 110110 1011001 100111

Color Harmonies of #BCAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB0B

Black with #BCAB0B

Text Example


Text Example

White with #BCAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB0B; }

 p { color: rgb(188,171,11); }

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

background-color css

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

 a { background-color: rgb(188,171,11); }

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

border-color css

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

 span { border-color: rgb(188,171,11); }

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