#A4CB52

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

Shades of Conifer #A4CB52

Tints of Conifer #A4CB52

Color information

#A4CB52 (or 0xA4CB52) is unknown color: approx Conifer. HEX triplet: A4, CB and 52. RGB value is (164,203,82). Sum of RGB (Red+Green+Blue) = 164+203+82=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CB52 is #5B34AD. Grayscale: #B1B1B1. Windows color (decimal): -5977262 or 5426084. OLE color: 5426084.

HSL color Cylindrical-coordinate representation of color #A4CB52: hue angle of 79.34º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4CB52 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB16420382-
CMYK0.1900.600.20
HSL79.34º53.78%55.88%-
HSV(B)79.34º59.61%79.61%-
XYZ38.1951.2115.86-
YUV177.5474.08118.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 203 (79.69% from 255) = 45.21%
BLUE value IS 82 (32.42% from 255) = 18.26%
R=36.53%
G=45.21%
B=18.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164203820.1900.600.2079.3453.7855.88
HexA4CB521303C144f3638
Octal24431312223074241176670
Binary10100100110010111010010100110111100101001001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB52; }

 p { color: rgb(164,203,82); }

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

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

 a { background-color: rgb(164,203,82); }

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

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

 span { border-color: rgb(164,203,82); }

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