Html Css Color HEX #ABBC75 Caper

📋 copy color: '#ABBC75'

red 171 ◦ green 188 ◦ blue 117

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

Shades of Caper #ABBC75

Tints of Caper #ABBC75

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.5%

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

R = 35.92%
G = 39.5%
B = 24.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#ABBC75 (or 0xABBC75) is known color: Caper. HEX triplet: AB, BC and 75. RGB value is (171,188,117). Sum of RGB (Red+Green+Blue) = 171+188+117=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC75 is #54438A. Grayscale: #AFAFAF. Windows color (decimal): -5522315 or 7716011. OLE color: 7716011.

HSL color Cylindrical-coordinate representation of color #ABBC75: hue angle of 74.37º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABBC75 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 117 -
CMYK 0.09 0 0.38 0.26
HSL 74.37º 0.35% 0.6% -
HSV(B) 74.37º 0.38% 0.74% -
XYZ 37.99 45.91 23.69 -
YUV 174.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 171 188 117 0.09 0 0.38 0.26 74.37 0.35 0.6
Hex AB BC 75 9 0 26 1A 4A 23 3C
Octal 253 274 165 11 0 46 32 112 43 74
Binary 10101011 10111100 1110101 1001 0 100110 11010 1001010 100011 111100

Color Harmonies of #ABBC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC75

Black with #ABBC75

Text Example


Text Example

White with #ABBC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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