Html Css Color HEX #ACCB80 Caper

📋 copy color: '#ACCB80'

red 172 ◦ green 203 ◦ blue 128

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

Shades of Caper #ACCB80

Tints of Caper #ACCB80

RGB

 RED value IS 172 (67.58% from 255) = 34.19%

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

 BLUE value IS 128 (50.39% from 255) = 25.45%

R = 34.19%
G = 40.36%
B = 25.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#ACCB80 (or 0xACCB80) is known color: Caper. HEX triplet: AC, CB and 80. RGB value is (172,203,128). Sum of RGB (Red+Green+Blue) = 172+203+128=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB80 is #53347F. Grayscale: #B9B9B9. Windows color (decimal): -5452928 or 8440748. OLE color: 8440748.

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

Color convert

RGB 172 203 128 -
CMYK 0.15 0 0.37 0.20
HSL 84.8º 0.42% 0.65% -
HSV(B) 84.8º 0.37% 0.8% -
XYZ 42.27 53.04 28.43 -
YUV 185.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 172 203 128 0.15 0 0.37 0.20 84.8 0.42 0.65
Hex AC CB 80 F 0 25 14 55 2A 41
Octal 254 313 200 17 0 45 24 125 52 101
Binary 10101100 11001011 10000000 1111 0 100101 10100 1010101 101010 1000001

Color Harmonies of #ACCB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB80

Black with #ACCB80

Text Example


Text Example

White with #ACCB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB80; }

 p { color: rgb(172,203,128); }

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

background-color css

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

 a { background-color: rgb(172,203,128); }

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

border-color css

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

 span { border-color: rgb(172,203,128); }

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