Html Css Color HEX #ACCB83 Caper

📋 copy color: '#ACCB83'

red 172 ◦ green 203 ◦ blue 131

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

Shades of Caper #ACCB83

Tints of Caper #ACCB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 33.99%
G = 40.12%
B = 25.89%

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

#ACCB83 (or 0xACCB83) is known color: Caper. HEX triplet: AC, CB and 83. RGB value is (172,203,131). Sum of RGB (Red+Green+Blue) = 172+203+131=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB83 is #53347C. Grayscale: #B9B9B9. Windows color (decimal): -5452925 or 8637356. OLE color: 8637356.

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

Color convert

RGB 172 203 131 -
CMYK 0.15 0 0.35 0.20
HSL 85.83º 0.41% 0.65% -
HSV(B) 85.83º 0.35% 0.8% -
XYZ 42.47 53.12 29.49 -
YUV 185.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 172 203 131 0.15 0 0.35 0.20 85.83 0.41 0.65
Hex AC CB 83 F 0 23 14 56 29 41
Octal 254 313 203 17 0 43 24 126 51 101
Binary 10101100 11001011 10000011 1111 0 100011 10100 1010110 101001 1000001

Color Harmonies of #ACCB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB83

Black with #ACCB83

Text Example


Text Example

White with #ACCB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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