Html Css Color HEX #BFB720 Earls Green

📋 copy color: '#BFB720'

red 191 ◦ green 183 ◦ blue 32

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

Shades of Earls Green #BFB720

Tints of Earls Green #BFB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.07%

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

R = 47.04%
G = 45.07%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFB720 (or 0xBFB720) is known color: Earls Green. HEX triplet: BF, B7 and 20. RGB value is (191,183,32). Sum of RGB (Red+Green+Blue) = 191+183+32=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB720 is #4048DF. Grayscale: #A8A8A8. Windows color (decimal): -4212960 or 2144191. OLE color: 2144191.

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

Color convert

RGB 191 183 32 -
CMYK 0 0.04 0.83 0.25
HSL 56.98º 0.71% 0.44% -
HSV(B) 56.98º 0.83% 0.75% -
XYZ 38.68 45.05 8.02 -
YUV 168.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 191 183 32 0 0.04 0.83 0.25 56.98 0.71 0.44
Hex BF B7 20 0 4 53 19 39 47 2C
Octal 277 267 40 0 4 123 31 71 107 54
Binary 10111111 10110111 100000 0 100 1010011 11001 111001 1000111 101100

Color Harmonies of #BFB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB720

Black with #BFB720

Text Example


Text Example

White with #BFB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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