Html Css Color HEX #BFA224 Earls Green

📋 copy color: '#BFA224'

red 191 ◦ green 162 ◦ blue 36

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

Shades of Earls Green #BFA224

Tints of Earls Green #BFA224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.65%

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

R = 49.1%
G = 41.65%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFA224 (or 0xBFA224) is known color: Earls Green. HEX triplet: BF, A2 and 24. RGB value is (191,162,36). Sum of RGB (Red+Green+Blue) = 191+162+36=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA224 is #405DDB. Grayscale: #9C9C9C. Windows color (decimal): -4218332 or 2400959. OLE color: 2400959.

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

Color convert

RGB 191 162 36 -
CMYK 0 0.15 0.81 0.25
HSL 48.77º 0.68% 0.45% -
HSV(B) 48.77º 0.81% 0.75% -
XYZ 34.72 37.04 6.99 -
YUV 156.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 191 162 36 0 0.15 0.81 0.25 48.77 0.68 0.45
Hex BF A2 24 0 F 51 19 31 44 2D
Octal 277 242 44 0 17 121 31 61 104 55
Binary 10111111 10100010 100100 0 1111 1010001 11001 110001 1000100 101101

Color Harmonies of #BFA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA224

Black with #BFA224

Text Example


Text Example

White with #BFA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA224; }

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

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

background-color css

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

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

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

border-color css

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

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

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