Html Css Color HEX #BFB52F Earls Green

📋 copy color: '#BFB52F'

red 191 ◦ green 181 ◦ blue 47

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

Shades of Earls Green #BFB52F

Tints of Earls Green #BFB52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.22%

R = 45.58%
G = 43.2%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFB52F (or 0xBFB52F) is known color: Earls Green. HEX triplet: BF, B5 and 2F. RGB value is (191,181,47). Sum of RGB (Red+Green+Blue) = 191+181+47=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB52F is #404AD0. Grayscale: #A9A9A9. Windows color (decimal): -4213457 or 3126719. OLE color: 3126719.

HSL color Cylindrical-coordinate representation of color #BFB52F: hue angle of 55.83º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFB52F is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 47 -
CMYK 0 0.05 0.75 0.25
HSL 55.83º 0.61% 0.47% -
HSV(B) 55.83º 0.75% 0.75% -
XYZ 38.52 44.33 9.22 -
YUV 168.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 191 181 47 0 0.05 0.75 0.25 55.83 0.61 0.47
Hex BF B5 2F 0 5 4B 19 38 3D 2F
Octal 277 265 57 0 5 113 31 70 75 57
Binary 10111111 10110101 101111 0 101 1001011 11001 111000 111101 101111

Color Harmonies of #BFB52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB52F

Black with #BFB52F

Text Example


Text Example

White with #BFB52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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