Html Css Color HEX #ACC06B Caper

📋 copy color: '#ACC06B'

red 172 ◦ green 192 ◦ blue 107

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

Shades of Caper #ACC06B

Tints of Caper #ACC06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.72%

R = 36.52%
G = 40.76%
B = 22.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#ACC06B (or 0xACC06B) is known color: Caper. HEX triplet: AC, C0 and 6B. RGB value is (172,192,107). Sum of RGB (Red+Green+Blue) = 172+192+107=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC06B is #533F94. Grayscale: #B0B0B0. Windows color (decimal): -5455765 or 7061676. OLE color: 7061676.

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

Color convert

RGB 172 192 107 -
CMYK 0.10 0 0.44 0.25
HSL 74.12º 0.4% 0.59% -
HSV(B) 74.12º 0.44% 0.75% -
XYZ 38.52 47.53 21.05 -
YUV 176.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 172 192 107 0.10 0 0.44 0.25 74.12 0.4 0.59
Hex AC C0 6B A 0 2C 19 4A 28 3B
Octal 254 300 153 12 0 54 31 112 50 73
Binary 10101100 11000000 1101011 1010 0 101100 11001 1001010 101000 111011

Color Harmonies of #ACC06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC06B

Black with #ACC06B

Text Example


Text Example

White with #ACC06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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