Html Css Color HEX #ACC07B Caper

📋 copy color: '#ACC07B'

red 172 ◦ green 192 ◦ blue 123

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

Shades of Caper #ACC07B

Tints of Caper #ACC07B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.43%

 BLUE value IS 123 (48.44% from 255) = 25.26%

R = 35.32%
G = 39.43%
B = 25.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#ACC07B (or 0xACC07B) is known color: Caper. HEX triplet: AC, C0 and 7B. RGB value is (172,192,123). Sum of RGB (Red+Green+Blue) = 172+192+123=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC07B is #533F84. Grayscale: #B2B2B2. Windows color (decimal): -5455749 or 8110252. OLE color: 8110252.

HSL color Cylindrical-coordinate representation of color #ACC07B: hue angle of 77.39º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACC07B is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 123 -
CMYK 0.10 0 0.36 0.25
HSL 77.39º 0.35% 0.62% -
HSV(B) 77.39º 0.36% 0.75% -
XYZ 39.44 47.9 25.91 -
YUV 178.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 172 192 123 0.10 0 0.36 0.25 77.39 0.35 0.62
Hex AC C0 7B A 0 24 19 4D 23 3E
Octal 254 300 173 12 0 44 31 115 43 76
Binary 10101100 11000000 1111011 1010 0 100100 11001 1001101 100011 111110

Color Harmonies of #ACC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC07B

Black with #ACC07B

Text Example


Text Example

White with #ACC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC07B; }

 p { color: rgb(172,192,123); }

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

background-color css

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

 a { background-color: rgb(172,192,123); }

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

border-color css

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

 span { border-color: rgb(172,192,123); }

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