Html Css Color HEX #BFB52B Earls Green

📋 copy color: '#BFB52B'

red 191 ◦ green 181 ◦ blue 43

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

Shades of Earls Green #BFB52B

Tints of Earls Green #BFB52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.36%

R = 46.02%
G = 43.61%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BFB52B (or 0xBFB52B) is known color: Earls Green. HEX triplet: BF, B5 and 2B. RGB value is (191,181,43). Sum of RGB (Red+Green+Blue) = 191+181+43=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 181 (71.09% from 255 or 43.61% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB52B is #404AD4. Grayscale: #A8A8A8. Windows color (decimal): -4213461 or 2864575. OLE color: 2864575.

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

Color convert

RGB 191 181 43 -
CMYK 0 0.05 0.77 0.25
HSL 55.95º 0.63% 0.46% -
HSV(B) 55.95º 0.77% 0.75% -
XYZ 38.45 44.3 8.81 -
YUV 168.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 191 181 43 0 0.05 0.77 0.25 55.95 0.63 0.46
Hex BF B5 2B 0 5 4D 19 38 3F 2E
Octal 277 265 53 0 5 115 31 70 77 56
Binary 10111111 10110101 101011 0 101 1001101 11001 111000 111111 101110

Color Harmonies of #BFB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB52B

Black with #BFB52B

Text Example


Text Example

White with #BFB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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