Html Css Color HEX #B0A622 Earls Green

📋 copy color: '#B0A622'

red 176 ◦ green 166 ◦ blue 34

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

Shades of Earls Green #B0A622

Tints of Earls Green #B0A622

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.15%

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

R = 46.81%
G = 44.15%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B0A622 (or 0xB0A622) is known color: Earls Green. HEX triplet: B0, A6 and 22. RGB value is (176,166,34). Sum of RGB (Red+Green+Blue) = 176+166+34=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A622 is #4F59DD. Grayscale: #9A9A9A. Windows color (decimal): -5200350 or 2270896. OLE color: 2270896.

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

Color convert

RGB 176 166 34 -
CMYK 0 0.06 0.81 0.31
HSL 55.77º 0.68% 0.41% -
HSV(B) 55.77º 0.81% 0.69% -
XYZ 31.83 36.62 6.9 -
YUV 153.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 176 166 34 0 0.06 0.81 0.31 55.77 0.68 0.41
Hex B0 A6 22 0 6 51 1F 38 44 29
Octal 260 246 42 0 6 121 37 70 104 51
Binary 10110000 10100110 100010 0 110 1010001 11111 111000 1000100 101001

Color Harmonies of #B0A622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A622

Black with #B0A622

Text Example


Text Example

White with #B0A622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A622; }

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

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

background-color css

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

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

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

border-color css

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

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

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