#BBA622

Color #BBA622 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BBA622

Tints of Earls Green #BBA622

Color information

#BBA622 (or 0xBBA622) is unknown color: approx Earls Green. HEX triplet: BB, A6 and 22. RGB value is (187,166,34). Sum of RGB (Red+Green+Blue) = 187+166+34=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA622 is #4459DD. Grayscale: #9D9D9D. Windows color (decimal): -4479454 or 2270907. OLE color: 2270907.

HSL color Cylindrical-coordinate representation of color #BBA622: hue angle of 51.76º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBA622 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18716634-
CMYK00.110.820.27
HSL51.76º69.23%43.33%-
HSV(B)51.76º81.82%73.33%-
XYZ34.4237.957.02-
YUV157.2358.46149.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 34 (13.67% from 255) = 8.79%
R=48.32%
G=42.89%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871663400.110.820.2751.7669.2343.33
HexBBA6220B521B34452b
Octal27324642013122336410553
Binary1011101110100110100010010111010010110111101001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA622; }

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

 H1.HeaderClassName
 {
   color: #BBA622;
 }
 .AnyTagClassName
 {
   color: #BBA622;
 }
</style>
background-color css

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

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

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

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

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

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