Html Css Color HEX #B5B42A Earls Green

📋 copy color: '#B5B42A'

red 181 ◦ green 180 ◦ blue 42

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

Shades of Earls Green #B5B42A

Tints of Earls Green #B5B42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.67%

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

R = 44.91%
G = 44.67%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5B42A (or 0xB5B42A) is known color: Earls Green. HEX triplet: B5, B4 and 2A. RGB value is (181,180,42). Sum of RGB (Red+Green+Blue) = 181+180+42=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B42A is #4A4BD5. Grayscale: #A5A5A5. Windows color (decimal): -4869078 or 2798773. OLE color: 2798773.

HSL color Cylindrical-coordinate representation of color #B5B42A: hue angle of 59.57º 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 #B5B42A is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 180 42 -
CMYK 0 0.01 0.77 0.29
HSL 59.57º 0.62% 0.44% -
HSV(B) 59.57º 0.77% 0.71% -
XYZ 35.8 42.63 8.53 -
YUV 164.57 58.83 139.72 -
System Red Green Blue C M Y K H S L
Decimal 181 180 42 0 0.01 0.77 0.29 59.57 0.62 0.44
Hex B5 B4 2A 0 1 4D 1D 3C 3E 2C
Octal 265 264 52 0 1 115 35 74 76 54
Binary 10110101 10110100 101010 0 1 1001101 11101 111100 111110 101100

Color Harmonies of #B5B42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B42A

Black with #B5B42A

Text Example


Text Example

White with #B5B42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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