Html Css Color HEX #BFA620 Earls Green

📋 copy color: '#BFA620'

red 191 ◦ green 166 ◦ blue 32

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

Shades of Earls Green #BFA620

Tints of Earls Green #BFA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

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

R = 49.1%
G = 42.67%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFA620 (or 0xBFA620) is known color: Earls Green. HEX triplet: BF, A6 and 20. RGB value is (191,166,32). Sum of RGB (Red+Green+Blue) = 191+166+32=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA620 is #4059DF. Grayscale: #9E9E9E. Windows color (decimal): -4217312 or 2139839. OLE color: 2139839.

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

Color convert

RGB 191 166 32 -
CMYK 0 0.13 0.83 0.25
HSL 50.57º 0.71% 0.44% -
HSV(B) 50.57º 0.83% 0.75% -
XYZ 35.38 38.45 6.92 -
YUV 158.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 191 166 32 0 0.13 0.83 0.25 50.57 0.71 0.44
Hex BF A6 20 0 D 53 19 33 47 2C
Octal 277 246 40 0 15 123 31 63 107 54
Binary 10111111 10100110 100000 0 1101 1010011 11001 110011 1000111 101100

Color Harmonies of #BFA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA620

Black with #BFA620

Text Example


Text Example

White with #BFA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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