Html Css Color HEX #B0A822 Earls Green

📋 copy color: '#B0A822'

red 176 ◦ green 168 ◦ blue 34

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

Shades of Earls Green #B0A822

Tints of Earls Green #B0A822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

 BLUE value IS 34 (13.67% from 255) = 8.99%

R = 46.56%
G = 44.44%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B0A822 (or 0xB0A822) is known color: Earls Green. HEX triplet: B0, A8 and 22. RGB value is (176,168,34). Sum of RGB (Red+Green+Blue) = 176+168+34=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A822 is #4F57DD. Grayscale: #9B9B9B. Windows color (decimal): -5199838 or 2271408. OLE color: 2271408.

HSL color Cylindrical-coordinate representation of color #B0A822: hue angle of 56.62º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0A822 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 168 34 -
CMYK 0 0.05 0.81 0.31
HSL 56.62º 0.68% 0.41% -
HSV(B) 56.62º 0.81% 0.69% -
XYZ 32.2 37.35 7.03 -
YUV 155.12 59.65 142.9 -
System Red Green Blue C M Y K H S L
Decimal 176 168 34 0 0.05 0.81 0.31 56.62 0.68 0.41
Hex B0 A8 22 0 5 51 1F 39 44 29
Octal 260 250 42 0 5 121 37 71 104 51
Binary 10110000 10101000 100010 0 101 1010001 11111 111001 1000100 101001

Color Harmonies of #B0A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A822

Black with #B0A822

Text Example


Text Example

White with #B0A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A822; }

 p { color: rgb(176,168,34); }

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

background-color css

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

 a { background-color: rgb(176,168,34); }

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

border-color css

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

 span { border-color: rgb(176,168,34); }

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