Html Css Color HEX #ABCB76 Caper

📋 copy color: '#ABCB76'

red 171 ◦ green 203 ◦ blue 118

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

Shades of Caper #ABCB76

Tints of Caper #ABCB76

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.26%

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 34.76%
G = 41.26%
B = 23.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#ABCB76 (or 0xABCB76) is known color: Caper. HEX triplet: AB, CB and 76. RGB value is (171,203,118). Sum of RGB (Red+Green+Blue) = 171+203+118=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB76 is #543489. Grayscale: #B8B8B8. Windows color (decimal): -5518474 or 7785387. OLE color: 7785387.

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

Color convert

RGB 171 203 118 -
CMYK 0.16 0 0.42 0.20
HSL 82.59º 0.45% 0.63% -
HSV(B) 82.59º 0.42% 0.8% -
XYZ 41.42 52.68 25.12 -
YUV 183.74 90.9 118.91 -
System Red Green Blue C M Y K H S L
Decimal 171 203 118 0.16 0 0.42 0.20 82.59 0.45 0.63
Hex AB CB 76 10 0 2A 14 53 2D 3F
Octal 253 313 166 20 0 52 24 123 55 77
Binary 10101011 11001011 1110110 10000 0 101010 10100 1010011 101101 111111

Color Harmonies of #ABCB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB76

Black with #ABCB76

Text Example


Text Example

White with #ABCB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB76; }

 p { color: rgb(171,203,118); }

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

background-color css

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

 a { background-color: rgb(171,203,118); }

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

border-color css

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

 span { border-color: rgb(171,203,118); }

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