Html Css Color HEX #BFB124 Earls Green

📋 copy color: '#BFB124'

red 191 ◦ green 177 ◦ blue 36

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

Shades of Earls Green #BFB124

Tints of Earls Green #BFB124

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

 BLUE value IS 36 (14.45% from 255) = 8.91%

R = 47.28%
G = 43.81%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFB124 (or 0xBFB124) is known color: Earls Green. HEX triplet: BF, B1 and 24. RGB value is (191,177,36). Sum of RGB (Red+Green+Blue) = 191+177+36=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB124 is #404EDB. Grayscale: #A5A5A5. Windows color (decimal): -4214492 or 2404799. OLE color: 2404799.

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

Color convert

RGB 191 177 36 -
CMYK 0 0.07 0.81 0.25
HSL 54.58º 0.68% 0.45% -
HSV(B) 54.58º 0.81% 0.75% -
XYZ 37.53 42.65 7.92 -
YUV 165.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 191 177 36 0 0.07 0.81 0.25 54.58 0.68 0.45
Hex BF B1 24 0 7 51 19 37 44 2D
Octal 277 261 44 0 7 121 31 67 104 55
Binary 10111111 10110001 100100 0 111 1010001 11001 110111 1000100 101101

Color Harmonies of #BFB124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB124

Black with #BFB124

Text Example


Text Example

White with #BFB124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB124; }

 p { color: rgb(191,177,36); }

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

background-color css

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

 a { background-color: rgb(191,177,36); }

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

border-color css

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

 span { border-color: rgb(191,177,36); }

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