Html Css Color HEX #A4C756 Conifer

📋 copy color: '#A4C756'

red 164 ◦ green 199 ◦ blue 86

#A4C756
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A4C756

Tints of Conifer #A4C756

RGB

 RED value IS 164 (64.45% from 255) = 36.53%

 GREEN value IS 199 (78.13% from 255) = 44.32%

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 36.53%
G = 44.32%
B = 19.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#A4C756 (or 0xA4C756) is known color: Conifer. HEX triplet: A4, C7 and 56. RGB value is (164,199,86). Sum of RGB (Red+Green+Blue) = 164+199+86=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C756 is #5B38A9. Grayscale: #B0B0B0. Windows color (decimal): -5978282 or 5687204. OLE color: 5687204.

HSL color Cylindrical-coordinate representation of color #A4C756: hue angle of 78.58º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4C756 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 199 86 -
CMYK 0.18 0 0.57 0.22
HSL 78.58º 0.5% 0.56% -
HSV(B) 78.58º 0.57% 0.78% -
XYZ 37.41 49.41 16.37 -
YUV 175.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 164 199 86 0.18 0 0.57 0.22 78.58 0.5 0.56
Hex A4 C7 56 12 0 39 16 4F 32 38
Octal 244 307 126 22 0 71 26 117 62 70
Binary 10100100 11000111 1010110 10010 0 111001 10110 1001111 110010 111000

Color Harmonies of #A4C756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C756

Black with #A4C756

Text Example


Text Example

White with #A4C756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C756; }

 p { color: rgb(164,199,86); }

 H1.HeaderClassName
 {
   color: #A4C756;
 }
 .AnyTagClassName
 {
   color: #A4C756;
 }
</style>

background-color css

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

 a { background-color: rgb(164,199,86); }

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

border-color css

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

 span { border-color: rgb(164,199,86); }

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