#ABCC5B

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

Shades of Conifer #ABCC5B

Tints of Conifer #ABCC5B

Color information

#ABCC5B (or 0xABCC5B) is unknown color: approx Conifer. HEX triplet: AB, CC and 5B. RGB value is (171,204,91). Sum of RGB (Red+Green+Blue) = 171+204+91=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC5B is #5433A4. Grayscale: #B5B5B5. Windows color (decimal): -5518245 or 6016171. OLE color: 6016171.

HSL color Cylindrical-coordinate representation of color #ABCC5B: hue angle of 77.52º degrees, saturation: 0.53, 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 #ABCC5B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB17120491-
CMYK0.1600.550.2
HSL77.52º52.56%57.84%-
HSV(B)77.52º55.39%80%-
XYZ40.2852.617.93-
YUV181.2577.07120.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 91 (35.94% from 255) = 19.53%
R=36.70%
G=43.78%
B=19.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204910.1600.550.277.5252.5657.84
HexABCC5B10037144e353a
Octal25331413320067241166572
Binary10101011110011001011011100000110111101001001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC5B; }

 p { color: rgb(171,204,91); }

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

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

 a { background-color: rgb(171,204,91); }

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

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

 span { border-color: rgb(171,204,91); }

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