Html Css Color HEX #ABCC75 Caper

📋 copy color: '#ABCC75'

red 171 ◦ green 204 ◦ blue 117

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

Shades of Caper #ABCC75

Tints of Caper #ABCC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 34.76%
G = 41.46%
B = 23.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#ABCC75 (or 0xABCC75) is known color: Caper. HEX triplet: AB, CC and 75. RGB value is (171,204,117). Sum of RGB (Red+Green+Blue) = 171+204+117=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC75 is #54338A. Grayscale: #B8B8B8. Windows color (decimal): -5518219 or 7720107. OLE color: 7720107.

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

Color convert

RGB 171 204 117 -
CMYK 0.16 0 0.43 0.2
HSL 82.76º 0.46% 0.63% -
HSV(B) 82.76º 0.43% 0.8% -
XYZ 41.6 53.13 24.89 -
YUV 184.22 90.07 118.57 -
System Red Green Blue C M Y K H S L
Decimal 171 204 117 0.16 0 0.43 0.2 82.76 0.46 0.63
Hex AB CC 75 10 0 2B 14 53 2E 3F
Octal 253 314 165 20 0 53 24 123 56 77
Binary 10101011 11001100 1110101 10000 0 101011 10100 1010011 101110 111111

Color Harmonies of #ABCC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC75

Black with #ABCC75

Text Example


Text Example

White with #ABCC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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