Html Css Color HEX #ACCB84 Caper

📋 copy color: '#ACCB84'

red 172 ◦ green 203 ◦ blue 132

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

Shades of Caper #ACCB84

Tints of Caper #ACCB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.04%

R = 33.93%
G = 40.04%
B = 26.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#ACCB84 (or 0xACCB84) is known color: Caper. HEX triplet: AC, CB and 84. RGB value is (172,203,132). Sum of RGB (Red+Green+Blue) = 172+203+132=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB84 is #53347B. Grayscale: #B9B9B9. Windows color (decimal): -5452924 or 8702892. OLE color: 8702892.

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

Color convert

RGB 172 203 132 -
CMYK 0.15 0 0.35 0.20
HSL 86.2º 0.41% 0.66% -
HSV(B) 86.2º 0.35% 0.8% -
XYZ 42.53 53.15 29.85 -
YUV 185.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 172 203 132 0.15 0 0.35 0.20 86.2 0.41 0.66
Hex AC CB 84 F 0 23 14 56 29 42
Octal 254 313 204 17 0 43 24 126 51 102
Binary 10101100 11001011 10000100 1111 0 100011 10100 1010110 101001 1000010

Color Harmonies of #ACCB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB84

Black with #ACCB84

Text Example


Text Example

White with #ACCB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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