Html Css Color HEX #BFA322 Earls Green

📋 copy color: '#BFA322'

red 191 ◦ green 163 ◦ blue 34

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

Shades of Earls Green #BFA322

Tints of Earls Green #BFA322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.76%

R = 49.23%
G = 42.01%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BFA322 (or 0xBFA322) is known color: Earls Green. HEX triplet: BF, A3 and 22. RGB value is (191,163,34). Sum of RGB (Red+Green+Blue) = 191+163+34=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA322 is #405CDD. Grayscale: #9D9D9D. Windows color (decimal): -4218078 or 2270143. OLE color: 2270143.

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

Color convert

RGB 191 163 34 -
CMYK 0 0.15 0.82 0.25
HSL 49.3º 0.7% 0.44% -
HSV(B) 49.3º 0.82% 0.75% -
XYZ 34.87 37.39 6.89 -
YUV 156.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 191 163 34 0 0.15 0.82 0.25 49.3 0.7 0.44
Hex BF A3 22 0 F 52 19 31 46 2C
Octal 277 243 42 0 17 122 31 61 106 54
Binary 10111111 10100011 100010 0 1111 1010010 11001 110001 1000110 101100

Color Harmonies of #BFA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA322

Black with #BFA322

Text Example


Text Example

White with #BFA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA322; }

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

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

background-color css

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

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

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

border-color css

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

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

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