Html Css Color HEX #BFB524 Earls Green

📋 copy color: '#BFB524'

red 191 ◦ green 181 ◦ blue 36

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

Shades of Earls Green #BFB524

Tints of Earls Green #BFB524

RGB

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

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

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

R = 46.81%
G = 44.36%
B = 8.82%

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

#BFB524 (or 0xBFB524) is known color: Earls Green. HEX triplet: BF, B5 and 24. RGB value is (191,181,36). Sum of RGB (Red+Green+Blue) = 191+181+36=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB524 is #404ADB. Grayscale: #A8A8A8. Windows color (decimal): -4213468 or 2405823. OLE color: 2405823.

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

Color convert

RGB 191 181 36 -
CMYK 0 0.05 0.81 0.25
HSL 56.13º 0.68% 0.45% -
HSV(B) 56.13º 0.81% 0.75% -
XYZ 38.33 44.25 8.19 -
YUV 167.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 191 181 36 0 0.05 0.81 0.25 56.13 0.68 0.45
Hex BF B5 24 0 5 51 19 38 44 2D
Octal 277 265 44 0 5 121 31 70 104 55
Binary 10111111 10110101 100100 0 101 1010001 11001 111000 1000100 101101

Color Harmonies of #BFB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB524

Black with #BFB524

Text Example


Text Example

White with #BFB524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB524; }

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

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

background-color css

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

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

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

border-color css

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

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

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