Html Css Color HEX #ABCC72 Caper

📋 copy color: '#ABCC72'

red 171 ◦ green 204 ◦ blue 114

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

Shades of Caper #ABCC72

Tints of Caper #ABCC72

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.72%

 BLUE value IS 114 (44.92% from 255) = 23.31%

R = 34.97%
G = 41.72%
B = 23.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#ABCC72 (or 0xABCC72) is known color: Caper. HEX triplet: AB, CC and 72. RGB value is (171,204,114). Sum of RGB (Red+Green+Blue) = 171+204+114=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC72 is #54338D. Grayscale: #B8B8B8. Windows color (decimal): -5518222 or 7523499. OLE color: 7523499.

HSL color Cylindrical-coordinate representation of color #ABCC72: hue angle of 82º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABCC72 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 114 -
CMYK 0.16 0 0.44 0.2
HSL 82º 0.47% 0.62% -
HSV(B) 82º 0.44% 0.8% -
XYZ 41.42 53.06 23.98 -
YUV 183.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 171 204 114 0.16 0 0.44 0.2 82 0.47 0.62
Hex AB CC 72 10 0 2C 14 52 2F 3E
Octal 253 314 162 20 0 54 24 122 57 76
Binary 10101011 11001100 1110010 10000 0 101100 10100 1010010 101111 111110

Color Harmonies of #ABCC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC72

Black with #ABCC72

Text Example


Text Example

White with #ABCC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC72; }

 p { color: rgb(171,204,114); }

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

background-color css

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

 a { background-color: rgb(171,204,114); }

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

border-color css

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

 span { border-color: rgb(171,204,114); }

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