Html Css Color HEX #BCAF15 Earls Green

📋 copy color: '#BCAF15'

red 188 ◦ green 175 ◦ blue 21

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

Shades of Earls Green #BCAF15

Tints of Earls Green #BCAF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.47%

R = 48.96%
G = 45.57%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCAF15 (or 0xBCAF15) is known color: Earls Green. HEX triplet: BC, AF and 15. RGB value is (188,175,21). Sum of RGB (Red+Green+Blue) = 188+175+21=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF15 is #4350EA. Grayscale: #A1A1A1. Windows color (decimal): -4411627 or 1421244. OLE color: 1421244.

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

Color convert

RGB 188 175 21 -
CMYK 0 0.07 0.89 0.26
HSL 55.33º 0.8% 0.41% -
HSV(B) 55.33º 0.89% 0.74% -
XYZ 36.2 41.41 6.79 -
YUV 161.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 188 175 21 0 0.07 0.89 0.26 55.33 0.8 0.41
Hex BC AF 15 0 7 59 1A 37 50 29
Octal 274 257 25 0 7 131 32 67 120 51
Binary 10111100 10101111 10101 0 111 1011001 11010 110111 1010000 101001

Color Harmonies of #BCAF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF15

Black with #BCAF15

Text Example


Text Example

White with #BCAF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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