#ABCB5E

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

Shades of Conifer #ABCB5E

Tints of Conifer #ABCB5E

Color information

#ABCB5E (or 0xABCB5E) is unknown color: approx Conifer. HEX triplet: AB, CB and 5E. RGB value is (171,203,94). Sum of RGB (Red+Green+Blue) = 171+203+94=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB5E is #5434A1. Grayscale: #B5B5B5. Windows color (decimal): -5518498 or 6212523. OLE color: 6212523.

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

Color convert

RGB17120394-
CMYK0.1600.540.20
HSL77.61º51.17%58.24%-
HSV(B)77.61º53.69%79.61%-
XYZ40.1752.1818.54-
YUV181.0178.9120.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.54%
GREEN value IS 203 (79.69% from 255) = 43.38%
BLUE value IS 94 (37.11% from 255) = 20.09%
R=36.54%
G=43.38%
B=20.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal171203940.1600.540.2077.6151.1758.24
HexABCB5E10036144e333a
Octal25331313620066241166372
Binary10101011110010111011110100000110110101001001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB5E; }

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

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

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

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

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

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

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

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