Html Css Color HEX #BCAF14 Earls Green

📋 copy color: '#BCAF14'

red 188 ◦ green 175 ◦ blue 20

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

Shades of Earls Green #BCAF14

Tints of Earls Green #BCAF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.22%

R = 49.09%
G = 45.69%
B = 5.22%

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

#BCAF14 (or 0xBCAF14) is known color: Earls Green. HEX triplet: BC, AF and 14. RGB value is (188,175,20). Sum of RGB (Red+Green+Blue) = 188+175+20=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF14 is #4350EB. Grayscale: #A1A1A1. Windows color (decimal): -4411628 or 1355708. OLE color: 1355708.

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

Color convert

RGB 188 175 20 -
CMYK 0 0.07 0.89 0.26
HSL 55.36º 0.81% 0.41% -
HSV(B) 55.36º 0.89% 0.74% -
XYZ 36.2 41.4 6.75 -
YUV 161.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 188 175 20 0 0.07 0.89 0.26 55.36 0.81 0.41
Hex BC AF 14 0 7 59 1A 37 51 29
Octal 274 257 24 0 7 131 32 67 121 51
Binary 10111100 10101111 10100 0 111 1011001 11010 110111 1010001 101001

Color Harmonies of #BCAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF14

Black with #BCAF14

Text Example


Text Example

White with #BCAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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