Html Css Color HEX #B0A621 Earls Green

📋 copy color: '#B0A621'

red 176 ◦ green 166 ◦ blue 33

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

Shades of Earls Green #B0A621

Tints of Earls Green #B0A621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 46.93%
G = 44.27%
B = 8.8%

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

#B0A621 (or 0xB0A621) is known color: Earls Green. HEX triplet: B0, A6 and 21. RGB value is (176,166,33). Sum of RGB (Red+Green+Blue) = 176+166+33=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A621 is #4F59DE. Grayscale: #9A9A9A. Windows color (decimal): -5200351 or 2205360. OLE color: 2205360.

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

Color convert

RGB 176 166 33 -
CMYK 0 0.06 0.81 0.31
HSL 55.8º 0.68% 0.41% -
HSV(B) 55.8º 0.81% 0.69% -
XYZ 31.82 36.61 6.83 -
YUV 153.83 59.81 143.81 -
System Red Green Blue C M Y K H S L
Decimal 176 166 33 0 0.06 0.81 0.31 55.8 0.68 0.41
Hex B0 A6 21 0 6 51 1F 38 44 29
Octal 260 246 41 0 6 121 37 70 104 51
Binary 10110000 10100110 100001 0 110 1010001 11111 111000 1000100 101001

Color Harmonies of #B0A621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A621

Black with #B0A621

Text Example


Text Example

White with #B0A621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A621; }

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

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

background-color css

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

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

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

border-color css

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

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

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