Html Css Color HEX #B0AD31 Earls Green

📋 copy color: '#B0AD31'

red 176 ◦ green 173 ◦ blue 49

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

Shades of Earls Green #B0AD31

Tints of Earls Green #B0AD31

RGB

 RED value IS 176 (69.14% from 255) = 44.22%

 GREEN value IS 173 (67.97% from 255) = 43.47%

 BLUE value IS 49 (19.53% from 255) = 12.31%

R = 44.22%
G = 43.47%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B0AD31 (or 0xB0AD31) is known color: Earls Green. HEX triplet: B0, AD and 31. RGB value is (176,173,49). Sum of RGB (Red+Green+Blue) = 176+173+49=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD31 is #4F52CE. Grayscale: #A0A0A0. Windows color (decimal): -5198543 or 3255728. OLE color: 3255728.

HSL color Cylindrical-coordinate representation of color #B0AD31: hue angle of 58.58º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0AD31 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 49 -
CMYK 0 0.02 0.72 0.31
HSL 58.58º 0.56% 0.44% -
HSV(B) 58.58º 0.72% 0.69% -
XYZ 33.4 39.34 8.74 -
YUV 159.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 176 173 49 0 0.02 0.72 0.31 58.58 0.56 0.44
Hex B0 AD 31 0 2 48 1F 3B 38 2C
Octal 260 255 61 0 2 110 37 73 70 54
Binary 10110000 10101101 110001 0 10 1001000 11111 111011 111000 101100

Color Harmonies of #B0AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD31

Black with #B0AD31

Text Example


Text Example

White with #B0AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD31; }

 p { color: rgb(176,173,49); }

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

background-color css

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

 a { background-color: rgb(176,173,49); }

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

border-color css

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

 span { border-color: rgb(176,173,49); }

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