Html Css Color HEX #BFA321 Earls Green

📋 copy color: '#BFA321'

red 191 ◦ green 163 ◦ blue 33

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

Shades of Earls Green #BFA321

Tints of Earls Green #BFA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

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

R = 49.35%
G = 42.12%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BFA321 (or 0xBFA321) is known color: Earls Green. HEX triplet: BF, A3 and 21. RGB value is (191,163,33). Sum of RGB (Red+Green+Blue) = 191+163+33=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA321 is #405CDE. Grayscale: #9D9D9D. Windows color (decimal): -4218079 or 2204607. OLE color: 2204607.

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

Color convert

RGB 191 163 33 -
CMYK 0 0.15 0.83 0.25
HSL 49.37º 0.71% 0.44% -
HSV(B) 49.37º 0.83% 0.75% -
XYZ 34.86 37.38 6.82 -
YUV 156.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 191 163 33 0 0.15 0.83 0.25 49.37 0.71 0.44
Hex BF A3 21 0 F 53 19 31 47 2C
Octal 277 243 41 0 17 123 31 61 107 54
Binary 10111111 10100011 100001 0 1111 1010011 11001 110001 1000111 101100

Color Harmonies of #BFA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA321

Black with #BFA321

Text Example


Text Example

White with #BFA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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