Html Css Color HEX #BFB824 Earls Green

📋 copy color: '#BFB824'

red 191 ◦ green 184 ◦ blue 36

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

Shades of Earls Green #BFB824

Tints of Earls Green #BFB824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.77%

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

R = 46.47%
G = 44.77%
B = 8.76%

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

#BFB824 (or 0xBFB824) is known color: Earls Green. HEX triplet: BF, B8 and 24. RGB value is (191,184,36). Sum of RGB (Red+Green+Blue) = 191+184+36=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB824 is #4047DB. Grayscale: #A9A9A9. Windows color (decimal): -4212700 or 2406591. OLE color: 2406591.

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

Color convert

RGB 191 184 36 -
CMYK 0 0.04 0.81 0.25
HSL 57.29º 0.68% 0.45% -
HSV(B) 57.29º 0.81% 0.75% -
XYZ 38.94 45.48 8.4 -
YUV 169.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 191 184 36 0 0.04 0.81 0.25 57.29 0.68 0.45
Hex BF B8 24 0 4 51 19 39 44 2D
Octal 277 270 44 0 4 121 31 71 104 55
Binary 10111111 10111000 100100 0 100 1010001 11001 111001 1000100 101101

Color Harmonies of #BFB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB824

Black with #BFB824

Text Example


Text Example

White with #BFB824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB824; }

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

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

background-color css

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

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

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

border-color css

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

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

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