Html Css Color HEX #B0AD2E Earls Green

📋 copy color: '#B0AD2E'

red 176 ◦ green 173 ◦ blue 46

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

Shades of Earls Green #B0AD2E

Tints of Earls Green #B0AD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.65%

R = 44.56%
G = 43.8%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0AD2E (or 0xB0AD2E) is known color: Earls Green. HEX triplet: B0, AD and 2E. RGB value is (176,173,46). Sum of RGB (Red+Green+Blue) = 176+173+46=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD2E is #4F52D1. Grayscale: #9F9F9F. Windows color (decimal): -5198546 or 3059120. OLE color: 3059120.

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

Color convert

RGB 176 173 46 -
CMYK 0 0.02 0.74 0.31
HSL 58.62º 0.59% 0.44% -
HSV(B) 58.62º 0.74% 0.69% -
XYZ 33.34 39.31 8.42 -
YUV 159.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 176 173 46 0 0.02 0.74 0.31 58.62 0.59 0.44
Hex B0 AD 2E 0 2 4A 1F 3B 3B 2C
Octal 260 255 56 0 2 112 37 73 73 54
Binary 10110000 10101101 101110 0 10 1001010 11111 111011 111011 101100

Color Harmonies of #B0AD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD2E

Black with #B0AD2E

Text Example


Text Example

White with #B0AD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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