Html Css Color HEX #B5B530 Earls Green

📋 copy color: '#B5B530'

red 181 ◦ green 181 ◦ blue 48

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

Shades of Earls Green #B5B530

Tints of Earls Green #B5B530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.15%

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

R = 44.15%
G = 44.15%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B5B530 (or 0xB5B530) is known color: Earls Green. HEX triplet: B5, B5 and 30. RGB value is (181,181,48). Sum of RGB (Red+Green+Blue) = 181+181+48=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B530 is #4A4ACF. Grayscale: #A6A6A6. Windows color (decimal): -4868816 or 3192245. OLE color: 3192245.

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

Color convert

RGB 181 181 48 -
CMYK 0 0 0.73 0.29
HSL 60º 0.58% 0.45% -
HSV(B) 60º 0.73% 0.71% -
XYZ 36.11 43.08 9.21 -
YUV 165.84 61.5 138.81 -
System Red Green Blue C M Y K H S L
Decimal 181 181 48 0 0 0.73 0.29 60 0.58 0.45
Hex B5 B5 30 0 0 49 1D 3C 3A 2D
Octal 265 265 60 0 0 111 35 74 72 55
Binary 10110101 10110101 110000 0 0 1001001 11101 111100 111010 101101

Color Harmonies of #B5B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B530

Black with #B5B530

Text Example


Text Example

White with #B5B530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B530; }

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

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

background-color css

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

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

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

border-color css

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

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

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