Html Css Color HEX #BCAB12 Earls Green

📋 copy color: '#BCAB12'

red 188 ◦ green 171 ◦ blue 18

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

Shades of Earls Green #BCAB12

Tints of Earls Green #BCAB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 49.87%
G = 45.36%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BCAB12 (or 0xBCAB12) is known color: Earls Green. HEX triplet: BC, AB and 12. RGB value is (188,171,18). Sum of RGB (Red+Green+Blue) = 188+171+18=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB12 is #4354ED. Grayscale: #9F9F9F. Windows color (decimal): -4412654 or 1223612. OLE color: 1223612.

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

Color convert

RGB 188 171 18 -
CMYK 0 0.09 0.90 0.26
HSL 54º 0.83% 0.4% -
HSV(B) 54º 0.9% 0.74% -
XYZ 35.41 39.86 6.4 -
YUV 158.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 188 171 18 0 0.09 0.90 0.26 54 0.83 0.4
Hex BC AB 12 0 9 5A 1A 36 53 28
Octal 274 253 22 0 11 132 32 66 123 50
Binary 10111100 10101011 10010 0 1001 1011010 11010 110110 1010011 101000

Color Harmonies of #BCAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB12

Black with #BCAB12

Text Example


Text Example

White with #BCAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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