Html Css Color HEX #BCAB0F Earls Green

📋 copy color: '#BCAB0F'

red 188 ◦ green 171 ◦ blue 15

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

Shades of Earls Green #BCAB0F

Tints of Earls Green #BCAB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 50.27%
G = 45.72%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BCAB0F (or 0xBCAB0F) is known color: Earls Green. HEX triplet: BC, AB and 0F. RGB value is (188,171,15). Sum of RGB (Red+Green+Blue) = 188+171+15=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB0F is #4354F0. Grayscale: #9E9E9E. Windows color (decimal): -4412657 or 1027004. OLE color: 1027004.

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

Color convert

RGB 188 171 15 -
CMYK 0 0.09 0.92 0.26
HSL 54.1º 0.85% 0.4% -
HSV(B) 54.1º 0.92% 0.74% -
XYZ 35.39 39.85 6.28 -
YUV 158.3 47.13 149.18 -
System Red Green Blue C M Y K H S L
Decimal 188 171 15 0 0.09 0.92 0.26 54.1 0.85 0.4
Hex BC AB F 0 9 5C 1A 36 55 28
Octal 274 253 17 0 11 134 32 66 125 50
Binary 10111100 10101011 1111 0 1001 1011100 11010 110110 1010101 101000

Color Harmonies of #BCAB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB0F

Black with #BCAB0F

Text Example


Text Example

White with #BCAB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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