Html Css Color HEX #A9C075 Caper

📋 copy color: '#A9C075'

red 169 ◦ green 192 ◦ blue 117

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

Shades of Caper #A9C075

Tints of Caper #A9C075

RGB

 RED value IS 169 (66.41% from 255) = 35.36%

 GREEN value IS 192 (75.39% from 255) = 40.17%

 BLUE value IS 117 (46.09% from 255) = 24.48%

R = 35.36%
G = 40.17%
B = 24.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#A9C075 (or 0xA9C075) is known color: Caper. HEX triplet: A9, C0 and 75. RGB value is (169,192,117). Sum of RGB (Red+Green+Blue) = 169+192+117=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C075 is #563F8A. Grayscale: #B0B0B0. Windows color (decimal): -5652363 or 7717033. OLE color: 7717033.

HSL color Cylindrical-coordinate representation of color #A9C075: hue angle of 78.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9C075 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 192 117 -
CMYK 0.12 0 0.39 0.25
HSL 78.4º 0.37% 0.61% -
HSV(B) 78.4º 0.39% 0.75% -
XYZ 38.42 47.42 23.96 -
YUV 176.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 169 192 117 0.12 0 0.39 0.25 78.4 0.37 0.61
Hex A9 C0 75 C 0 27 19 4E 25 3D
Octal 251 300 165 14 0 47 31 116 45 75
Binary 10101001 11000000 1110101 1100 0 100111 11001 1001110 100101 111101

Color Harmonies of #A9C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C075

Black with #A9C075

Text Example


Text Example

White with #A9C075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C075; }

 p { color: rgb(169,192,117); }

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

background-color css

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

 a { background-color: rgb(169,192,117); }

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

border-color css

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

 span { border-color: rgb(169,192,117); }

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