Html Css Color HEX #ACCB85 Caper

📋 copy color: '#ACCB85'

red 172 ◦ green 203 ◦ blue 133

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

Shades of Caper #ACCB85

Tints of Caper #ACCB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.18%

R = 33.86%
G = 39.96%
B = 26.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#ACCB85 (or 0xACCB85) is known color: Caper. HEX triplet: AC, CB and 85. RGB value is (172,203,133). Sum of RGB (Red+Green+Blue) = 172+203+133=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB85 is #53347A. Grayscale: #BABABA. Windows color (decimal): -5452923 or 8768428. OLE color: 8768428.

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

Color convert

RGB 172 203 133 -
CMYK 0.15 0 0.34 0.20
HSL 86.57º 0.4% 0.66% -
HSV(B) 86.57º 0.34% 0.8% -
XYZ 42.6 53.18 30.21 -
YUV 185.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 172 203 133 0.15 0 0.34 0.20 86.57 0.4 0.66
Hex AC CB 85 F 0 22 14 57 28 42
Octal 254 313 205 17 0 42 24 127 50 102
Binary 10101100 11001011 10000101 1111 0 100010 10100 1010111 101000 1000010

Color Harmonies of #ACCB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB85

Black with #ACCB85

Text Example


Text Example

White with #ACCB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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