Html Css Color HEX #B9A322 Earls Green

📋 copy color: '#B9A322'

red 185 ◦ green 163 ◦ blue 34

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

Shades of Earls Green #B9A322

Tints of Earls Green #B9A322

RGB

 RED value IS 185 (72.66% from 255) = 48.43%

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

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

R = 48.43%
G = 42.67%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B9A322 (or 0xB9A322) is known color: Earls Green. HEX triplet: B9, A3 and 22. RGB value is (185,163,34). Sum of RGB (Red+Green+Blue) = 185+163+34=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A322 is #465CDD. Grayscale: #9B9B9B. Windows color (decimal): -4611294 or 2270137. OLE color: 2270137.

HSL color Cylindrical-coordinate representation of color #B9A322: hue angle of 51.26º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9A322 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 163 34 -
CMYK 0 0.12 0.82 0.27
HSL 51.26º 0.69% 0.43% -
HSV(B) 51.26º 0.82% 0.73% -
XYZ 33.39 36.62 6.82 -
YUV 154.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 185 163 34 0 0.12 0.82 0.27 51.26 0.69 0.43
Hex B9 A3 22 0 C 52 1B 33 45 2B
Octal 271 243 42 0 14 122 33 63 105 53
Binary 10111001 10100011 100010 0 1100 1010010 11011 110011 1000101 101011

Color Harmonies of #B9A322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A322

Black with #B9A322

Text Example


Text Example

White with #B9A322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A322; }

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

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

background-color css

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

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

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

border-color css

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

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

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