Html Css Color HEX #BFA520 Earls Green

📋 copy color: '#BFA520'

red 191 ◦ green 165 ◦ blue 32

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

Shades of Earls Green #BFA520

Tints of Earls Green #BFA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.53%

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

R = 49.23%
G = 42.53%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFA520 (or 0xBFA520) is known color: Earls Green. HEX triplet: BF, A5 and 20. RGB value is (191,165,32). Sum of RGB (Red+Green+Blue) = 191+165+32=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA520 is #405ADF. Grayscale: #9E9E9E. Windows color (decimal): -4217568 or 2139583. OLE color: 2139583.

HSL color Cylindrical-coordinate representation of color #BFA520: hue angle of 50.19º 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 #BFA520 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 32 -
CMYK 0 0.14 0.83 0.25
HSL 50.19º 0.71% 0.44% -
HSV(B) 50.19º 0.83% 0.75% -
XYZ 35.2 38.09 6.86 -
YUV 157.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 191 165 32 0 0.14 0.83 0.25 50.19 0.71 0.44
Hex BF A5 20 0 E 53 19 32 47 2C
Octal 277 245 40 0 16 123 31 62 107 54
Binary 10111111 10100101 100000 0 1110 1010011 11001 110010 1000111 101100

Color Harmonies of #BFA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA520

Black with #BFA520

Text Example


Text Example

White with #BFA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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