Html Css Color HEX #B5B42B Earls Green

📋 copy color: '#B5B42B'

red 181 ◦ green 180 ◦ blue 43

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

Shades of Earls Green #B5B42B

Tints of Earls Green #B5B42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.64%

R = 44.8%
G = 44.55%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5B42B (or 0xB5B42B) is known color: Earls Green. HEX triplet: B5, B4 and 2B. RGB value is (181,180,43). Sum of RGB (Red+Green+Blue) = 181+180+43=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B42B is #4A4BD4. Grayscale: #A5A5A5. Windows color (decimal): -4869077 or 2864309. OLE color: 2864309.

HSL color Cylindrical-coordinate representation of color #B5B42B: 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.76%. Process color model (Four color, CMYK) of #B5B42B is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 180 43 -
CMYK 0 0.01 0.76 0.29
HSL 59.57º 0.62% 0.44% -
HSV(B) 59.57º 0.76% 0.71% -
XYZ 35.81 42.64 8.63 -
YUV 164.68 59.33 139.64 -
System Red Green Blue C M Y K H S L
Decimal 181 180 43 0 0.01 0.76 0.29 59.57 0.62 0.44
Hex B5 B4 2B 0 1 4C 1D 3C 3E 2C
Octal 265 264 53 0 1 114 35 74 76 54
Binary 10110101 10110100 101011 0 1 1001100 11101 111100 111110 101100

Color Harmonies of #B5B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B42B

Black with #B5B42B

Text Example


Text Example

White with #B5B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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