Html Css Color HEX #BCAF11 Earls Green

📋 copy color: '#BCAF11'

red 188 ◦ green 175 ◦ blue 17

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

Shades of Earls Green #BCAF11

Tints of Earls Green #BCAF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.05%

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 49.47%
G = 46.05%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCAF11 (or 0xBCAF11) is known color: Earls Green. HEX triplet: BC, AF and 11. RGB value is (188,175,17). Sum of RGB (Red+Green+Blue) = 188+175+17=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF11 is #4350EE. Grayscale: #A1A1A1. Windows color (decimal): -4411631 or 1159100. OLE color: 1159100.

HSL color Cylindrical-coordinate representation of color #BCAF11: hue angle of 55.44º degrees, saturation: 0.83, 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 #BCAF11 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 17 -
CMYK 0 0.07 0.91 0.26
HSL 55.44º 0.83% 0.4% -
HSV(B) 55.44º 0.91% 0.74% -
XYZ 36.17 41.39 6.61 -
YUV 160.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 188 175 17 0 0.07 0.91 0.26 55.44 0.83 0.4
Hex BC AF 11 0 7 5B 1A 37 53 28
Octal 274 257 21 0 7 133 32 67 123 50
Binary 10111100 10101111 10001 0 111 1011011 11010 110111 1010011 101000

Color Harmonies of #BCAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF11

Black with #BCAF11

Text Example


Text Example

White with #BCAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF11; }

 p { color: rgb(188,175,17); }

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

background-color css

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

 a { background-color: rgb(188,175,17); }

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

border-color css

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

 span { border-color: rgb(188,175,17); }

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