Html Css Color HEX #B5B12D Earls Green

📋 copy color: '#B5B12D'

red 181 ◦ green 177 ◦ blue 45

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

Shades of Earls Green #B5B12D

Tints of Earls Green #B5B12D

RGB

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

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

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

R = 44.91%
G = 43.92%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5B12D (or 0xB5B12D) is known color: Earls Green. HEX triplet: B5, B1 and 2D. RGB value is (181,177,45). Sum of RGB (Red+Green+Blue) = 181+177+45=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B12D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B12D is #4A4ED2. Grayscale: #A3A3A3. Windows color (decimal): -4869843 or 2994613. OLE color: 2994613.

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

Color convert

RGB 181 177 45 -
CMYK 0 0.02 0.75 0.29
HSL 58.24º 0.6% 0.44% -
HSV(B) 58.24º 0.75% 0.71% -
XYZ 35.25 41.46 8.63 -
YUV 163.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 181 177 45 0 0.02 0.75 0.29 58.24 0.6 0.44
Hex B5 B1 2D 0 2 4B 1D 3A 3C 2C
Octal 265 261 55 0 2 113 35 72 74 54
Binary 10110101 10110001 101101 0 10 1001011 11101 111010 111100 101100

Color Harmonies of #B5B12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B12D

Black with #B5B12D

Text Example


Text Example

White with #B5B12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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