Html Css Color HEX #ABC675 Caper

📋 copy color: '#ABC675'

red 171 ◦ green 198 ◦ blue 117

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

Shades of Caper #ABC675

Tints of Caper #ABC675

RGB

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

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

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

R = 35.19%
G = 40.74%
B = 24.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#ABC675 (or 0xABC675) is known color: Caper. HEX triplet: AB, C6 and 75. RGB value is (171,198,117). Sum of RGB (Red+Green+Blue) = 171+198+117=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC675 is #54398A. Grayscale: #B4B4B4. Windows color (decimal): -5519755 or 7718571. OLE color: 7718571.

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

Color convert

RGB 171 198 117 -
CMYK 0.14 0 0.41 0.22
HSL 80º 0.42% 0.62% -
HSV(B) 80º 0.41% 0.78% -
XYZ 40.2 50.33 24.43 -
YUV 180.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 171 198 117 0.14 0 0.41 0.22 80 0.42 0.62
Hex AB C6 75 E 0 29 16 50 2A 3E
Octal 253 306 165 16 0 51 26 120 52 76
Binary 10101011 11000110 1110101 1110 0 101001 10110 1010000 101010 111110

Color Harmonies of #ABC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC675

Black with #ABC675

Text Example


Text Example

White with #ABC675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC675; }

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

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

background-color css

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

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

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

border-color css

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

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

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