Html Css Color HEX #ABC376 Caper

📋 copy color: '#ABC376'

red 171 ◦ green 195 ◦ blue 118

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

Shades of Caper #ABC376

Tints of Caper #ABC376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.38%

R = 35.33%
G = 40.29%
B = 24.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#ABC376 (or 0xABC376) is known color: Caper. HEX triplet: AB, C3 and 76. RGB value is (171,195,118). Sum of RGB (Red+Green+Blue) = 171+195+118=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC376 is #543C89. Grayscale: #B3B3B3. Windows color (decimal): -5520522 or 7783339. OLE color: 7783339.

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

Color convert

RGB 171 195 118 -
CMYK 0.12 0 0.39 0.24
HSL 78.7º 0.39% 0.61% -
HSV(B) 78.7º 0.39% 0.76% -
XYZ 39.58 49 24.51 -
YUV 179.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 171 195 118 0.12 0 0.39 0.24 78.7 0.39 0.61
Hex AB C3 76 C 0 27 18 4F 27 3D
Octal 253 303 166 14 0 47 30 117 47 75
Binary 10101011 11000011 1110110 1100 0 100111 11000 1001111 100111 111101

Color Harmonies of #ABC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC376

Black with #ABC376

Text Example


Text Example

White with #ABC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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