Html Css Color HEX #BFB724 Earls Green

📋 copy color: '#BFB724'

red 191 ◦ green 183 ◦ blue 36

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

Shades of Earls Green #BFB724

Tints of Earls Green #BFB724

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.63%

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

R = 46.59%
G = 44.63%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFB724 (or 0xBFB724) is known color: Earls Green. HEX triplet: BF, B7 and 24. RGB value is (191,183,36). Sum of RGB (Red+Green+Blue) = 191+183+36=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB724 is #4048DB. Grayscale: #A9A9A9. Windows color (decimal): -4212956 or 2406335. OLE color: 2406335.

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

Color convert

RGB 191 183 36 -
CMYK 0 0.04 0.81 0.25
HSL 56.9º 0.68% 0.45% -
HSV(B) 56.9º 0.81% 0.75% -
XYZ 38.74 45.07 8.33 -
YUV 168.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 191 183 36 0 0.04 0.81 0.25 56.9 0.68 0.45
Hex BF B7 24 0 4 51 19 39 44 2D
Octal 277 267 44 0 4 121 31 71 104 55
Binary 10111111 10110111 100100 0 100 1010001 11001 111001 1000100 101101

Color Harmonies of #BFB724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB724

Black with #BFB724

Text Example


Text Example

White with #BFB724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB724; }

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

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

background-color css

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

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

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

border-color css

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

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

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