Html Css Color HEX #BFB220 Earls Green

📋 copy color: '#BFB220'

red 191 ◦ green 178 ◦ blue 32

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

Shades of Earls Green #BFB220

Tints of Earls Green #BFB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

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

R = 47.63%
G = 44.39%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFB220 (or 0xBFB220) is known color: Earls Green. HEX triplet: BF, B2 and 20. RGB value is (191,178,32). Sum of RGB (Red+Green+Blue) = 191+178+32=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB220 is #404DDF. Grayscale: #A5A5A5. Windows color (decimal): -4214240 or 2142911. OLE color: 2142911.

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

Color convert

RGB 191 178 32 -
CMYK 0 0.07 0.83 0.25
HSL 55.09º 0.71% 0.44% -
HSV(B) 55.09º 0.83% 0.75% -
XYZ 37.67 43.02 7.69 -
YUV 165.24 52.81 146.37 -
System Red Green Blue C M Y K H S L
Decimal 191 178 32 0 0.07 0.83 0.25 55.09 0.71 0.44
Hex BF B2 20 0 7 53 19 37 47 2C
Octal 277 262 40 0 7 123 31 67 107 54
Binary 10111111 10110010 100000 0 111 1010011 11001 110111 1000111 101100

Color Harmonies of #BFB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB220

Black with #BFB220

Text Example


Text Example

White with #BFB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB220; }

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

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

background-color css

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

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

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

border-color css

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

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

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