Html Css Color HEX #ACC58B Caper

📋 copy color: '#ACC58B'

red 172 ◦ green 197 ◦ blue 139

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

Shades of Caper #ACC58B

Tints of Caper #ACC58B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.78%

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 33.86%
G = 38.78%
B = 27.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#ACC58B (or 0xACC58B) is known color: Caper. HEX triplet: AC, C5 and 8B. RGB value is (172,197,139). Sum of RGB (Red+Green+Blue) = 172+197+139=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC58B is #533A74. Grayscale: #B7B7B7. Windows color (decimal): -5454453 or 9160108. OLE color: 9160108.

HSL color Cylindrical-coordinate representation of color #ACC58B: hue angle of 85.86º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACC58B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 139 -
CMYK 0.13 0 0.29 0.23
HSL 85.86º 0.33% 0.66% -
HSV(B) 85.86º 0.29% 0.77% -
XYZ 41.64 50.57 31.99 -
YUV 182.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 172 197 139 0.13 0 0.29 0.23 85.86 0.33 0.66
Hex AC C5 8B D 0 1D 17 56 21 42
Octal 254 305 213 15 0 35 27 126 41 102
Binary 10101100 11000101 10001011 1101 0 11101 10111 1010110 100001 1000010

Color Harmonies of #ACC58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC58B

Black with #ACC58B

Text Example


Text Example

White with #ACC58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC58B; }

 p { color: rgb(172,197,139); }

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

background-color css

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

 a { background-color: rgb(172,197,139); }

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

border-color css

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

 span { border-color: rgb(172,197,139); }

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