Html Css Color HEX #BCAF19 Earls Green

📋 copy color: '#BCAF19'

red 188 ◦ green 175 ◦ blue 25

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

Shades of Earls Green #BCAF19

Tints of Earls Green #BCAF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.44%

R = 48.45%
G = 45.1%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCAF19 (or 0xBCAF19) is known color: Earls Green. HEX triplet: BC, AF and 19. RGB value is (188,175,25). Sum of RGB (Red+Green+Blue) = 188+175+25=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAF19 is #4350E6. Grayscale: #A2A2A2. Windows color (decimal): -4411623 or 1683388. OLE color: 1683388.

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

Color convert

RGB 188 175 25 -
CMYK 0 0.07 0.87 0.26
HSL 55.21º 0.77% 0.42% -
HSV(B) 55.21º 0.87% 0.74% -
XYZ 36.24 41.42 7 -
YUV 161.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 188 175 25 0 0.07 0.87 0.26 55.21 0.77 0.42
Hex BC AF 19 0 7 57 1A 37 4D 2A
Octal 274 257 31 0 7 127 32 67 115 52
Binary 10111100 10101111 11001 0 111 1010111 11010 110111 1001101 101010

Color Harmonies of #BCAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF19

Black with #BCAF19

Text Example


Text Example

White with #BCAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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