Html Css Color HEX #BFB51B Earls Green

📋 copy color: '#BFB51B'

red 191 ◦ green 181 ◦ blue 27

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

Shades of Earls Green #BFB51B

Tints of Earls Green #BFB51B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.77%

R = 47.87%
G = 45.36%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BFB51B (or 0xBFB51B) is known color: Earls Green. HEX triplet: BF, B5 and 1B. RGB value is (191,181,27). Sum of RGB (Red+Green+Blue) = 191+181+27=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB51B is #404AE4. Grayscale: #A7A7A7. Windows color (decimal): -4213477 or 1815999. OLE color: 1815999.

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

Color convert

RGB 191 181 27 -
CMYK 0 0.05 0.86 0.25
HSL 56.34º 0.75% 0.43% -
HSV(B) 56.34º 0.86% 0.75% -
XYZ 38.21 44.2 7.56 -
YUV 166.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 191 181 27 0 0.05 0.86 0.25 56.34 0.75 0.43
Hex BF B5 1B 0 5 56 19 38 4B 2B
Octal 277 265 33 0 5 126 31 70 113 53
Binary 10111111 10110101 11011 0 101 1010110 11001 111000 1001011 101011

Color Harmonies of #BFB51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB51B

Black with #BFB51B

Text Example


Text Example

White with #BFB51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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