Html Css Color HEX #ABCA74 Caper

📋 copy color: '#ABCA74'

red 171 ◦ green 202 ◦ blue 116

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

Shades of Caper #ABCA74

Tints of Caper #ABCA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.31%

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 34.97%
G = 41.31%
B = 23.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#ABCA74 (or 0xABCA74) is known color: Caper. HEX triplet: AB, CA and 74. RGB value is (171,202,116). Sum of RGB (Red+Green+Blue) = 171+202+116=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA74 is #54358B. Grayscale: #B7B7B7. Windows color (decimal): -5518732 or 7654059. OLE color: 7654059.

HSL color Cylindrical-coordinate representation of color #ABCA74: hue angle of 81.63º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABCA74 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 116 -
CMYK 0.15 0 0.43 0.21
HSL 81.63º 0.45% 0.62% -
HSV(B) 81.63º 0.43% 0.79% -
XYZ 41.07 52.16 24.43 -
YUV 182.93 90.23 119.49 -
System Red Green Blue C M Y K H S L
Decimal 171 202 116 0.15 0 0.43 0.21 81.63 0.45 0.62
Hex AB CA 74 F 0 2B 15 52 2D 3E
Octal 253 312 164 17 0 53 25 122 55 76
Binary 10101011 11001010 1110100 1111 0 101011 10101 1010010 101101 111110

Color Harmonies of #ABCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA74

Black with #ABCA74

Text Example


Text Example

White with #ABCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA74; }

 p { color: rgb(171,202,116); }

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

background-color css

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

 a { background-color: rgb(171,202,116); }

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

border-color css

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

 span { border-color: rgb(171,202,116); }

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