Html Css Color HEX #BFB525 Earls Green

📋 copy color: '#BFB525'

red 191 ◦ green 181 ◦ blue 37

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

Shades of Earls Green #BFB525

Tints of Earls Green #BFB525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.05%

R = 46.7%
G = 44.25%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFB525 (or 0xBFB525) is known color: Earls Green. HEX triplet: BF, B5 and 25. RGB value is (191,181,37). Sum of RGB (Red+Green+Blue) = 191+181+37=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB525 is #404ADA. Grayscale: #A8A8A8. Windows color (decimal): -4213467 or 2471359. OLE color: 2471359.

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

Color convert

RGB 191 181 37 -
CMYK 0 0.05 0.81 0.25
HSL 56.1º 0.68% 0.45% -
HSV(B) 56.1º 0.81% 0.75% -
XYZ 38.34 44.26 8.27 -
YUV 167.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 191 181 37 0 0.05 0.81 0.25 56.1 0.68 0.45
Hex BF B5 25 0 5 51 19 38 44 2D
Octal 277 265 45 0 5 121 31 70 104 55
Binary 10111111 10110101 100101 0 101 1010001 11001 111000 1000100 101101

Color Harmonies of #BFB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB525

Black with #BFB525

Text Example


Text Example

White with #BFB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB525; }

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

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

background-color css

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

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

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

border-color css

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

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

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