Html Css Color HEX #BFB324 Earls Green

📋 copy color: '#BFB324'

red 191 ◦ green 179 ◦ blue 36

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

Shades of Earls Green #BFB324

Tints of Earls Green #BFB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.09%

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

R = 47.04%
G = 44.09%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFB324 (or 0xBFB324) is known color: Earls Green. HEX triplet: BF, B3 and 24. RGB value is (191,179,36). Sum of RGB (Red+Green+Blue) = 191+179+36=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB324 is #404CDB. Grayscale: #A6A6A6. Windows color (decimal): -4213980 or 2405311. OLE color: 2405311.

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

Color convert

RGB 191 179 36 -
CMYK 0 0.06 0.81 0.25
HSL 55.35º 0.68% 0.45% -
HSV(B) 55.35º 0.81% 0.75% -
XYZ 37.92 43.44 8.06 -
YUV 166.29 54.48 145.63 -
System Red Green Blue C M Y K H S L
Decimal 191 179 36 0 0.06 0.81 0.25 55.35 0.68 0.45
Hex BF B3 24 0 6 51 19 37 44 2D
Octal 277 263 44 0 6 121 31 67 104 55
Binary 10111111 10110011 100100 0 110 1010001 11001 110111 1000100 101101

Color Harmonies of #BFB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB324

Black with #BFB324

Text Example


Text Example

White with #BFB324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB324; }

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

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

background-color css

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

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

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

border-color css

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

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

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