Html Css Color HEX #B0A331 Earls Green

📋 copy color: '#B0A331'

red 176 ◦ green 163 ◦ blue 49

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

Shades of Earls Green #B0A331

Tints of Earls Green #B0A331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

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

R = 45.36%
G = 42.01%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B0A331 (or 0xB0A331) is known color: Earls Green. HEX triplet: B0, A3 and 31. RGB value is (176,163,49). Sum of RGB (Red+Green+Blue) = 176+163+49=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A331 is #4F5CCE. Grayscale: #9A9A9A. Windows color (decimal): -5201103 or 3253168. OLE color: 3253168.

HSL color Cylindrical-coordinate representation of color #B0A331: hue angle of 53.86º 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 #B0A331 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 163 49 -
CMYK 0 0.07 0.72 0.31
HSL 53.86º 0.56% 0.44% -
HSV(B) 53.86º 0.72% 0.69% -
XYZ 31.56 35.65 8.12 -
YUV 153.89 68.81 143.77 -
System Red Green Blue C M Y K H S L
Decimal 176 163 49 0 0.07 0.72 0.31 53.86 0.56 0.44
Hex B0 A3 31 0 7 48 1F 36 38 2C
Octal 260 243 61 0 7 110 37 66 70 54
Binary 10110000 10100011 110001 0 111 1001000 11111 110110 111000 101100

Color Harmonies of #B0A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A331

Black with #B0A331

Text Example


Text Example

White with #B0A331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A331; }

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

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

background-color css

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

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

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

border-color css

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

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

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