Html Css Color HEX #B5B42D Earls Green

📋 copy color: '#B5B42D'

red 181 ◦ green 180 ◦ blue 45

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

Shades of Earls Green #B5B42D

Tints of Earls Green #B5B42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 44.58%
G = 44.33%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5B42D (or 0xB5B42D) is known color: Earls Green. HEX triplet: B5, B4 and 2D. RGB value is (181,180,45). Sum of RGB (Red+Green+Blue) = 181+180+45=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B42D is #4A4BD2. Grayscale: #A5A5A5. Windows color (decimal): -4869075 or 2995381. OLE color: 2995381.

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

Color convert

RGB 181 180 45 -
CMYK 0 0.01 0.75 0.29
HSL 59.56º 0.6% 0.44% -
HSV(B) 59.56º 0.75% 0.71% -
XYZ 35.85 42.66 8.83 -
YUV 164.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 181 180 45 0 0.01 0.75 0.29 59.56 0.6 0.44
Hex B5 B4 2D 0 1 4B 1D 3C 3C 2C
Octal 265 264 55 0 1 113 35 74 74 54
Binary 10110101 10110100 101101 0 1 1001011 11101 111100 111100 101100

Color Harmonies of #B5B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B42D

Black with #B5B42D

Text Example


Text Example

White with #B5B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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