Html Css Color HEX #B5B12A Earls Green

📋 copy color: '#B5B12A'

red 181 ◦ green 177 ◦ blue 42

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

Shades of Earls Green #B5B12A

Tints of Earls Green #B5B12A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.25%

 BLUE value IS 42 (16.8% from 255) = 10.5%

R = 45.25%
G = 44.25%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5B12A (or 0xB5B12A) is known color: Earls Green. HEX triplet: B5, B1 and 2A. RGB value is (181,177,42). Sum of RGB (Red+Green+Blue) = 181+177+42=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B12A is #4A4ED5. Grayscale: #A3A3A3. Windows color (decimal): -4869846 or 2798005. OLE color: 2798005.

HSL color Cylindrical-coordinate representation of color #B5B12A: hue angle of 58.27º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5B12A is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 177 42 -
CMYK 0 0.02 0.77 0.29
HSL 58.27º 0.62% 0.44% -
HSV(B) 58.27º 0.77% 0.71% -
XYZ 35.2 41.44 8.33 -
YUV 162.81 59.83 140.98 -
System Red Green Blue C M Y K H S L
Decimal 181 177 42 0 0.02 0.77 0.29 58.27 0.62 0.44
Hex B5 B1 2A 0 2 4D 1D 3A 3E 2C
Octal 265 261 52 0 2 115 35 72 76 54
Binary 10110101 10110001 101010 0 10 1001101 11101 111010 111110 101100

Color Harmonies of #B5B12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B12A

Black with #B5B12A

Text Example


Text Example

White with #B5B12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B12A; }

 p { color: rgb(181,177,42); }

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

background-color css

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

 a { background-color: rgb(181,177,42); }

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

border-color css

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

 span { border-color: rgb(181,177,42); }

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