Html Css Color HEX #BFB520 Earls Green

📋 copy color: '#BFB520'

red 191 ◦ green 181 ◦ blue 32

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

Shades of Earls Green #BFB520

Tints of Earls Green #BFB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.8%

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

R = 47.28%
G = 44.8%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFB520 (or 0xBFB520) is known color: Earls Green. HEX triplet: BF, B5 and 20. RGB value is (191,181,32). Sum of RGB (Red+Green+Blue) = 191+181+32=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB520 is #404ADF. Grayscale: #A7A7A7. Windows color (decimal): -4213472 or 2143679. OLE color: 2143679.

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

Color convert

RGB 191 181 32 -
CMYK 0 0.05 0.83 0.25
HSL 56.23º 0.71% 0.44% -
HSV(B) 56.23º 0.83% 0.75% -
XYZ 38.27 44.23 7.89 -
YUV 167 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 191 181 32 0 0.05 0.83 0.25 56.23 0.71 0.44
Hex BF B5 20 0 5 53 19 38 47 2C
Octal 277 265 40 0 5 123 31 70 107 54
Binary 10111111 10110101 100000 0 101 1010011 11001 111000 1000111 101100

Color Harmonies of #BFB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB520

Black with #BFB520

Text Example


Text Example

White with #BFB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB520; }

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

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

background-color css

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

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

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

border-color css

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

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

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