Html Css Color HEX #ABC669 Caper

📋 copy color: '#ABC669'

red 171 ◦ green 198 ◦ blue 105

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

Shades of Caper #ABC669

Tints of Caper #ABC669

RGB

 RED value IS 171 (67.19% from 255) = 36.08%

 GREEN value IS 198 (77.73% from 255) = 41.77%

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 36.08%
G = 41.77%
B = 22.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#ABC669 (or 0xABC669) is known color: Caper. HEX triplet: AB, C6 and 69. RGB value is (171,198,105). Sum of RGB (Red+Green+Blue) = 171+198+105=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC669 is #543996. Grayscale: #B3B3B3. Windows color (decimal): -5519767 or 6932139. OLE color: 6932139.

HSL color Cylindrical-coordinate representation of color #ABC669: hue angle of 77.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABC669 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 105 -
CMYK 0.14 0 0.47 0.22
HSL 77.42º 0.45% 0.59% -
HSV(B) 77.42º 0.47% 0.78% -
XYZ 39.54 50.07 20.94 -
YUV 179.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 171 198 105 0.14 0 0.47 0.22 77.42 0.45 0.59
Hex AB C6 69 E 0 2F 16 4D 2D 3B
Octal 253 306 151 16 0 57 26 115 55 73
Binary 10101011 11000110 1101001 1110 0 101111 10110 1001101 101101 111011

Color Harmonies of #ABC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC669

Black with #ABC669

Text Example


Text Example

White with #ABC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC669; }

 p { color: rgb(171,198,105); }

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

background-color css

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

 a { background-color: rgb(171,198,105); }

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

border-color css

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

 span { border-color: rgb(171,198,105); }

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