Html Css Color HEX #BCAB10 Earls Green

📋 copy color: '#BCAB10'

red 188 ◦ green 171 ◦ blue 16

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

Shades of Earls Green #BCAB10

Tints of Earls Green #BCAB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 50.13%
G = 45.6%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCAB10 (or 0xBCAB10) is known color: Earls Green. HEX triplet: BC, AB and 10. RGB value is (188,171,16). Sum of RGB (Red+Green+Blue) = 188+171+16=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB10 is #4354EF. Grayscale: #9F9F9F. Windows color (decimal): -4412656 or 1092540. OLE color: 1092540.

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

Color convert

RGB 188 171 16 -
CMYK 0 0.09 0.91 0.26
HSL 54.07º 0.84% 0.4% -
HSV(B) 54.07º 0.91% 0.74% -
XYZ 35.4 39.85 6.32 -
YUV 158.41 47.63 149.1 -
System Red Green Blue C M Y K H S L
Decimal 188 171 16 0 0.09 0.91 0.26 54.07 0.84 0.4
Hex BC AB 10 0 9 5B 1A 36 54 28
Octal 274 253 20 0 11 133 32 66 124 50
Binary 10111100 10101011 10000 0 1001 1011011 11010 110110 1010100 101000

Color Harmonies of #BCAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB10

Black with #BCAB10

Text Example


Text Example

White with #BCAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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