Html Css Color HEX #B9A321 Earls Green

📋 copy color: '#B9A321'

red 185 ◦ green 163 ◦ blue 33

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

Shades of Earls Green #B9A321

Tints of Earls Green #B9A321

RGB

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

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

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

R = 48.56%
G = 42.78%
B = 8.66%

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

#B9A321 (or 0xB9A321) is known color: Earls Green. HEX triplet: B9, A3 and 21. RGB value is (185,163,33). Sum of RGB (Red+Green+Blue) = 185+163+33=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A321 is #465CDE. Grayscale: #9B9B9B. Windows color (decimal): -4611295 or 2204601. OLE color: 2204601.

HSL color Cylindrical-coordinate representation of color #B9A321: hue angle of 51.32º degrees, saturation: 0.7, 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 #B9A321 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 163 33 -
CMYK 0 0.12 0.82 0.27
HSL 51.32º 0.7% 0.43% -
HSV(B) 51.32º 0.82% 0.73% -
XYZ 33.38 36.62 6.75 -
YUV 154.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 185 163 33 0 0.12 0.82 0.27 51.32 0.7 0.43
Hex B9 A3 21 0 C 52 1B 33 46 2B
Octal 271 243 41 0 14 122 33 63 106 53
Binary 10111001 10100011 100001 0 1100 1010010 11011 110011 1000110 101011

Color Harmonies of #B9A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A321

Black with #B9A321

Text Example


Text Example

White with #B9A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A321; }

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

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

background-color css

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

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

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

border-color css

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

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

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