#ABCC50

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

Shades of Conifer #ABCC50

Tints of Conifer #ABCC50

Color information

#ABCC50 (or 0xABCC50) is unknown color: approx Conifer. HEX triplet: AB, CC and 50. RGB value is (171,204,80). Sum of RGB (Red+Green+Blue) = 171+204+80=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC50 is #5433AF. Grayscale: #B4B4B4. Windows color (decimal): -5518256 or 5295275. OLE color: 5295275.

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

Color convert

RGB17120480-
CMYK0.1600.610.2
HSL75.97º54.87%55.69%-
HSV(B)75.97º60.78%80%-
XYZ39.8452.4215.61-
YUV18071.57121.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 80 (31.64% from 255) = 17.58%
R=37.58%
G=44.84%
B=17.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204800.1600.610.275.9754.8755.69
HexABCC501003D144c3738
Octal25331412020075241146770
Binary10101011110011001010000100000111101101001001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC50; }

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

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

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

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

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

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

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

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