Html Css Color HEX #ABC078 Caper

📋 copy color: '#ABC078'

red 171 ◦ green 192 ◦ blue 120

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

Shades of Caper #ABC078

Tints of Caper #ABC078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.84%

R = 35.4%
G = 39.75%
B = 24.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#ABC078 (or 0xABC078) is known color: Caper. HEX triplet: AB, C0 and 78. RGB value is (171,192,120). Sum of RGB (Red+Green+Blue) = 171+192+120=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC078 is #543F87. Grayscale: #B1B1B1. Windows color (decimal): -5521288 or 7913643. OLE color: 7913643.

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

Color convert

RGB 171 192 120 -
CMYK 0.11 0 0.38 0.25
HSL 77.5º 0.36% 0.61% -
HSV(B) 77.5º 0.38% 0.75% -
XYZ 39.03 47.71 24.92 -
YUV 177.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 171 192 120 0.11 0 0.38 0.25 77.5 0.36 0.61
Hex AB C0 78 B 0 26 19 4E 24 3D
Octal 253 300 170 13 0 46 31 116 44 75
Binary 10101011 11000000 1111000 1011 0 100110 11001 1001110 100100 111101

Color Harmonies of #ABC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC078

Black with #ABC078

Text Example


Text Example

White with #ABC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC078; }

 p { color: rgb(171,192,120); }

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

background-color css

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

 a { background-color: rgb(171,192,120); }

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

border-color css

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

 span { border-color: rgb(171,192,120); }

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