#ABCC54

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

Shades of Conifer #ABCC54

Tints of Conifer #ABCC54

Color information

#ABCC54 (or 0xABCC54) is unknown color: approx Conifer. HEX triplet: AB, CC and 54. RGB value is (171,204,84). Sum of RGB (Red+Green+Blue) = 171+204+84=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC54 is #5433AB. Grayscale: #B4B4B4. Windows color (decimal): -5518252 or 5557419. OLE color: 5557419.

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

Color convert

RGB17120484-
CMYK0.1600.590.2
HSL76.5º54.05%56.47%-
HSV(B)76.5º58.82%80%-
XYZ39.9952.4816.41-
YUV180.4573.57121.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 84 (33.20% from 255) = 18.30%
R=37.25%
G=44.44%
B=18.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204840.1600.590.276.554.0556.47
HexABCC541003B144c3638
Octal25331412420073241146670
Binary10101011110011001010100100000111011101001001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC54; }

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

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

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

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

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

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

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

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