Html Css Color HEX #ABCD72 Caper

📋 copy color: '#ABCD72'

red 171 ◦ green 205 ◦ blue 114

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

Shades of Caper #ABCD72

Tints of Caper #ABCD72

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.84%

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

R = 34.9%
G = 41.84%
B = 23.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#ABCD72 (or 0xABCD72) is known color: Caper. HEX triplet: AB, CD and 72. RGB value is (171,205,114). Sum of RGB (Red+Green+Blue) = 171+205+114=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD72 is #54328D. Grayscale: #B8B8B8. Windows color (decimal): -5517966 or 7523755. OLE color: 7523755.

HSL color Cylindrical-coordinate representation of color #ABCD72: hue angle of 82.42º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABCD72 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 114 -
CMYK 0.17 0 0.44 0.20
HSL 82.42º 0.48% 0.63% -
HSV(B) 82.42º 0.44% 0.8% -
XYZ 41.66 53.54 24.06 -
YUV 184.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 171 205 114 0.17 0 0.44 0.20 82.42 0.48 0.63
Hex AB CD 72 11 0 2C 14 52 30 3F
Octal 253 315 162 21 0 54 24 122 60 77
Binary 10101011 11001101 1110010 10001 0 101100 10100 1010010 110000 111111

Color Harmonies of #ABCD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD72

Black with #ABCD72

Text Example


Text Example

White with #ABCD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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