Html Css Color HEX #BFA431 Earls Green

📋 copy color: '#BFA431'

red 191 ◦ green 164 ◦ blue 49

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

Shades of Earls Green #BFA431

Tints of Earls Green #BFA431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.13%

R = 47.28%
G = 40.59%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFA431 (or 0xBFA431) is known color: Earls Green. HEX triplet: BF, A4 and 31. RGB value is (191,164,49). Sum of RGB (Red+Green+Blue) = 191+164+49=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA431 is #405BCE. Grayscale: #9F9F9F. Windows color (decimal): -4217807 or 3253439. OLE color: 3253439.

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

Color convert

RGB 191 164 49 -
CMYK 0 0.14 0.74 0.25
HSL 48.59º 0.59% 0.47% -
HSV(B) 48.59º 0.74% 0.75% -
XYZ 35.32 37.85 8.35 -
YUV 158.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 191 164 49 0 0.14 0.74 0.25 48.59 0.59 0.47
Hex BF A4 31 0 E 4A 19 31 3B 2F
Octal 277 244 61 0 16 112 31 61 73 57
Binary 10111111 10100100 110001 0 1110 1001010 11001 110001 111011 101111

Color Harmonies of #BFA431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA431

Black with #BFA431

Text Example


Text Example

White with #BFA431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA431; }

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

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

background-color css

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

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

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

border-color css

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

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

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