Html Css Color HEX #B5B322 Earls Green

📋 copy color: '#B5B322'

red 181 ◦ green 179 ◦ blue 34

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

Shades of Earls Green #B5B322

Tints of Earls Green #B5B322

RGB

 RED value IS 181 (71.09% from 255) = 45.94%

 GREEN value IS 179 (70.31% from 255) = 45.43%

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

R = 45.94%
G = 45.43%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B5B322 (or 0xB5B322) is known color: Earls Green. HEX triplet: B5, B3 and 22. RGB value is (181,179,34). Sum of RGB (Red+Green+Blue) = 181+179+34=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B322 is #4A4CDD. Grayscale: #A3A3A3. Windows color (decimal): -4869342 or 2274229. OLE color: 2274229.

HSL color Cylindrical-coordinate representation of color #B5B322: hue angle of 59.18º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5B322 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 179 34 -
CMYK 0 0.01 0.81 0.29
HSL 59.18º 0.68% 0.42% -
HSV(B) 59.18º 0.81% 0.71% -
XYZ 35.46 42.18 7.79 -
YUV 163.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 181 179 34 0 0.01 0.81 0.29 59.18 0.68 0.42
Hex B5 B3 22 0 1 51 1D 3B 44 2A
Octal 265 263 42 0 1 121 35 73 104 52
Binary 10110101 10110011 100010 0 1 1010001 11101 111011 1000100 101010

Color Harmonies of #B5B322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B322

Black with #B5B322

Text Example


Text Example

White with #B5B322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B322; }

 p { color: rgb(181,179,34); }

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

background-color css

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

 a { background-color: rgb(181,179,34); }

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

border-color css

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

 span { border-color: rgb(181,179,34); }

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