Html Css Color HEX #B5B325 Earls Green

📋 copy color: '#B5B325'

red 181 ◦ green 179 ◦ blue 37

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

Shades of Earls Green #B5B325

Tints of Earls Green #B5B325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.32%

R = 45.59%
G = 45.09%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B5B325 (or 0xB5B325) is known color: Earls Green. HEX triplet: B5, B3 and 25. RGB value is (181,179,37). Sum of RGB (Red+Green+Blue) = 181+179+37=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 37 (14.84% from 255 or 9.32% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B325 is #4A4CDA. Grayscale: #A3A3A3. Windows color (decimal): -4869339 or 2470837. OLE color: 2470837.

HSL color Cylindrical-coordinate representation of color #B5B325: hue angle of 59.17º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5B325 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 179 37 -
CMYK 0 0.01 0.80 0.29
HSL 59.17º 0.66% 0.43% -
HSV(B) 59.17º 0.8% 0.71% -
XYZ 35.51 42.2 8.02 -
YUV 163.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 181 179 37 0 0.01 0.80 0.29 59.17 0.66 0.43
Hex B5 B3 25 0 1 50 1D 3B 42 2B
Octal 265 263 45 0 1 120 35 73 102 53
Binary 10110101 10110011 100101 0 1 1010000 11101 111011 1000010 101011

Color Harmonies of #B5B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B325

Black with #B5B325

Text Example


Text Example

White with #B5B325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B325; }

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

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

background-color css

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

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

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

border-color css

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

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

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