Html Css Color HEX #BFAB20 Earls Green

📋 copy color: '#BFAB20'

red 191 ◦ green 171 ◦ blue 32

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

Shades of Earls Green #BFAB20

Tints of Earls Green #BFAB20

RGB

 RED value IS 191 (75% from 255) = 48.48%

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

 BLUE value IS 32 (12.89% from 255) = 8.12%

R = 48.48%
G = 43.4%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFAB20 (or 0xBFAB20) is known color: Earls Green. HEX triplet: BF, AB and 20. RGB value is (191,171,32). Sum of RGB (Red+Green+Blue) = 191+171+32=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB20 is #4054DF. Grayscale: #A1A1A1. Windows color (decimal): -4216032 or 2141119. OLE color: 2141119.

HSL color Cylindrical-coordinate representation of color #BFAB20: hue angle of 52.45º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFAB20 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 32 -
CMYK 0 0.10 0.83 0.25
HSL 52.45º 0.71% 0.44% -
HSV(B) 52.45º 0.83% 0.75% -
XYZ 36.31 40.31 7.23 -
YUV 161.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 191 171 32 0 0.10 0.83 0.25 52.45 0.71 0.44
Hex BF AB 20 0 A 53 19 34 47 2C
Octal 277 253 40 0 12 123 31 64 107 54
Binary 10111111 10101011 100000 0 1010 1010011 11001 110100 1000111 101100

Color Harmonies of #BFAB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB20

Black with #BFAB20

Text Example


Text Example

White with #BFAB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB20; }

 p { color: rgb(191,171,32); }

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

background-color css

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

 a { background-color: rgb(191,171,32); }

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

border-color css

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

 span { border-color: rgb(191,171,32); }

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