Html Css Color HEX #ABC375 Caper

📋 copy color: '#ABC375'

red 171 ◦ green 195 ◦ blue 117

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

Shades of Caper #ABC375

Tints of Caper #ABC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

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

R = 35.4%
G = 40.37%
B = 24.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#ABC375 (or 0xABC375) is known color: Caper. HEX triplet: AB, C3 and 75. RGB value is (171,195,117). Sum of RGB (Red+Green+Blue) = 171+195+117=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC375 is #543C8A. Grayscale: #B3B3B3. Windows color (decimal): -5520523 or 7717803. OLE color: 7717803.

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

Color convert

RGB 171 195 117 -
CMYK 0.12 0 0.4 0.24
HSL 78.46º 0.39% 0.61% -
HSV(B) 78.46º 0.4% 0.76% -
XYZ 39.52 48.97 24.2 -
YUV 178.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 171 195 117 0.12 0 0.4 0.24 78.46 0.39 0.61
Hex AB C3 75 C 0 28 18 4E 27 3D
Octal 253 303 165 14 0 50 30 116 47 75
Binary 10101011 11000011 1110101 1100 0 101000 11000 1001110 100111 111101

Color Harmonies of #ABC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC375

Black with #ABC375

Text Example


Text Example

White with #ABC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC375; }

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

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

background-color css

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

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

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

border-color css

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

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

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