#ABCB55

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

Shades of Conifer #ABCB55

Tints of Conifer #ABCB55

Color information

#ABCB55 (or 0xABCB55) is unknown color: approx Conifer. HEX triplet: AB, CB and 55. RGB value is (171,203,85). Sum of RGB (Red+Green+Blue) = 171+203+85=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB55 is #5434AA. Grayscale: #B4B4B4. Windows color (decimal): -5518507 or 5622699. OLE color: 5622699.

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

Color convert

RGB17120385-
CMYK0.1600.580.20
HSL76.27º53.15%56.47%-
HSV(B)76.27º58.13%79.61%-
XYZ39.7952.0316.54-
YUV179.9874.4121.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=37.25%
G=44.23%
B=18.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171203850.1600.580.2076.2753.1556.47
HexABCB551003A144c3538
Octal25331312520072241146570
Binary10101011110010111010101100000111010101001001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB55; }

 p { color: rgb(171,203,85); }

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

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

 a { background-color: rgb(171,203,85); }

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

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

 span { border-color: rgb(171,203,85); }

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