Html Css Color HEX #B5AD1C Earls Green

📋 copy color: '#B5AD1C'

red 181 ◦ green 173 ◦ blue 28

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

Shades of Earls Green #B5AD1C

Tints of Earls Green #B5AD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.29%

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 47.38%
G = 45.29%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5AD1C (or 0xB5AD1C) is known color: Earls Green. HEX triplet: B5, AD and 1C. RGB value is (181,173,28). Sum of RGB (Red+Green+Blue) = 181+173+28=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD1C is #4A52E3. Grayscale: #9F9F9F. Windows color (decimal): -4870884 or 1879477. OLE color: 1879477.

HSL color Cylindrical-coordinate representation of color #B5AD1C: hue angle of 56.86º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5AD1C is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 173 28 -
CMYK 0 0.04 0.85 0.29
HSL 56.86º 0.73% 0.41% -
HSV(B) 56.86º 0.85% 0.71% -
XYZ 34.21 39.79 6.98 -
YUV 158.86 54.15 143.79 -
System Red Green Blue C M Y K H S L
Decimal 181 173 28 0 0.04 0.85 0.29 56.86 0.73 0.41
Hex B5 AD 1C 0 4 55 1D 39 49 29
Octal 265 255 34 0 4 125 35 71 111 51
Binary 10110101 10101101 11100 0 100 1010101 11101 111001 1001001 101001

Color Harmonies of #B5AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD1C

Black with #B5AD1C

Text Example


Text Example

White with #B5AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD1C; }

 p { color: rgb(181,173,28); }

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

background-color css

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

 a { background-color: rgb(181,173,28); }

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

border-color css

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

 span { border-color: rgb(181,173,28); }

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