Html Css Color HEX #B5B130 Earls Green

📋 copy color: '#B5B130'

red 181 ◦ green 177 ◦ blue 48

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

Shades of Earls Green #B5B130

Tints of Earls Green #B5B130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 44.58%
G = 43.6%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B5B130 (or 0xB5B130) is known color: Earls Green. HEX triplet: B5, B1 and 30. RGB value is (181,177,48). Sum of RGB (Red+Green+Blue) = 181+177+48=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5B130 is #4A4ECF. Grayscale: #A4A4A4. Windows color (decimal): -4869840 or 3191221. OLE color: 3191221.

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

Color convert

RGB 181 177 48 -
CMYK 0 0.02 0.73 0.29
HSL 58.2º 0.58% 0.45% -
HSV(B) 58.2º 0.73% 0.71% -
XYZ 35.31 41.48 8.94 -
YUV 163.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 181 177 48 0 0.02 0.73 0.29 58.2 0.58 0.45
Hex B5 B1 30 0 2 49 1D 3A 3A 2D
Octal 265 261 60 0 2 111 35 72 72 55
Binary 10110101 10110001 110000 0 10 1001001 11101 111010 111010 101101

Color Harmonies of #B5B130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B130

Black with #B5B130

Text Example


Text Example

White with #B5B130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B130; }

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

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

background-color css

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

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

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

border-color css

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

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

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