#A5CB5B

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

Shades of Conifer #A5CB5B

Tints of Conifer #A5CB5B

Color information

#A5CB5B (or 0xA5CB5B) is unknown color: approx Conifer. HEX triplet: A5, CB and 5B. RGB value is (165,203,91). Sum of RGB (Red+Green+Blue) = 165+203+91=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB5B is #5A34A4. Grayscale: #B3B3B3. Windows color (decimal): -5911717 or 6015909. OLE color: 6015909.

HSL color Cylindrical-coordinate representation of color #A5CB5B: hue angle of 80.36º degrees, saturation: 0.52, 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 #A5CB5B is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB16520391-
CMYK0.1900.550.20
HSL80.36º51.85%57.65%-
HSV(B)80.36º55.17%79.61%-
XYZ38.7651.4717.79-
YUV178.8778.41118.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=35.95%
G=44.23%
B=19.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165203910.1900.550.2080.3651.8557.65
HexA5CB5B130371450343a
Octal24531313323067241206472
Binary10100101110010111011011100110110111101001010000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB5B; }

 p { color: rgb(165,203,91); }

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

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

 a { background-color: rgb(165,203,91); }

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

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

 span { border-color: rgb(165,203,91); }

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