#AACB5B

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

Shades of Conifer #AACB5B

Tints of Conifer #AACB5B

Color information

#AACB5B (or 0xAACB5B) is unknown color: approx Conifer. HEX triplet: AA, CB and 5B. RGB value is (170,203,91). Sum of RGB (Red+Green+Blue) = 170+203+91=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB5B is #5534A4. Grayscale: #B4B4B4. Windows color (decimal): -5584037 or 6015914. OLE color: 6015914.

HSL color Cylindrical-coordinate representation of color #AACB5B: hue angle of 77.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AACB5B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB17020391-
CMYK0.1600.550.20
HSL77.68º51.85%57.65%-
HSV(B)77.68º55.17%79.61%-
XYZ39.8252.0117.84-
YUV180.3677.57120.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 203 (79.69% from 255) = 43.75%
BLUE value IS 91 (35.94% from 255) = 19.61%
R=36.64%
G=43.75%
B=19.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170203910.1600.550.2077.6851.8557.65
HexAACB5B10037144e343a
Octal25231313320067241166472
Binary10101010110010111011011100000110111101001001110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB5B; }

 p { color: rgb(170,203,91); }

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

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

 a { background-color: rgb(170,203,91); }

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

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

 span { border-color: rgb(170,203,91); }

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