Html Css Color HEX #BFA421 Earls Green

📋 copy color: '#BFA421'

red 191 ◦ green 164 ◦ blue 33

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

Shades of Earls Green #BFA421

Tints of Earls Green #BFA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.27%

 BLUE value IS 33 (13.28% from 255) = 8.51%

R = 49.23%
G = 42.27%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFA421 (or 0xBFA421) is known color: Earls Green. HEX triplet: BF, A4 and 21. RGB value is (191,164,33). Sum of RGB (Red+Green+Blue) = 191+164+33=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA421 is #405BDE. Grayscale: #9D9D9D. Windows color (decimal): -4217823 or 2204863. OLE color: 2204863.

HSL color Cylindrical-coordinate representation of color #BFA421: hue angle of 49.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFA421 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 164 33 -
CMYK 0 0.14 0.83 0.25
HSL 49.75º 0.71% 0.44% -
HSV(B) 49.75º 0.83% 0.75% -
XYZ 35.04 37.74 6.88 -
YUV 157.14 57.95 152.15 -
System Red Green Blue C M Y K H S L
Decimal 191 164 33 0 0.14 0.83 0.25 49.75 0.71 0.44
Hex BF A4 21 0 E 53 19 32 47 2C
Octal 277 244 41 0 16 123 31 62 107 54
Binary 10111111 10100100 100001 0 1110 1010011 11001 110010 1000111 101100

Color Harmonies of #BFA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA421

Black with #BFA421

Text Example


Text Example

White with #BFA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA421; }

 p { color: rgb(191,164,33); }

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

background-color css

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

 a { background-color: rgb(191,164,33); }

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

border-color css

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

 span { border-color: rgb(191,164,33); }

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