Html Css Color HEX #B5B319 Earls Green

📋 copy color: '#B5B319'

red 181 ◦ green 179 ◦ blue 25

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

Shades of Earls Green #B5B319

Tints of Earls Green #B5B319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 47.01%
G = 46.49%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B5B319 (or 0xB5B319) is known color: Earls Green. HEX triplet: B5, B3 and 19. RGB value is (181,179,25). Sum of RGB (Red+Green+Blue) = 181+179+25=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B319 is #4A4CE6. Grayscale: #A2A2A2. Windows color (decimal): -4869351 or 1684405. OLE color: 1684405.

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

Color convert

RGB 181 179 25 -
CMYK 0 0.01 0.86 0.29
HSL 59.23º 0.76% 0.4% -
HSV(B) 59.23º 0.86% 0.71% -
XYZ 35.35 42.13 7.19 -
YUV 162.04 50.66 141.52 -
System Red Green Blue C M Y K H S L
Decimal 181 179 25 0 0.01 0.86 0.29 59.23 0.76 0.4
Hex B5 B3 19 0 1 56 1D 3B 4C 28
Octal 265 263 31 0 1 126 35 73 114 50
Binary 10110101 10110011 11001 0 1 1010110 11101 111011 1001100 101000

Color Harmonies of #B5B319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B319

Black with #B5B319

Text Example


Text Example

White with #B5B319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B319; }

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

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

background-color css

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

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

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

border-color css

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

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

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