Html Css Color HEX #ACC69B Spring Rain

📋 copy color: '#ACC69B'

red 172 ◦ green 198 ◦ blue 155

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

Shades of Spring Rain #ACC69B

Tints of Spring Rain #ACC69B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.71%

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 32.76%
G = 37.71%
B = 29.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#ACC69B (or 0xACC69B) is known color: Spring Rain. HEX triplet: AC, C6 and 9B. RGB value is (172,198,155). Sum of RGB (Red+Green+Blue) = 172+198+155=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC69B is #533964. Grayscale: #B9B9B9. Windows color (decimal): -5454181 or 10208940. OLE color: 10208940.

HSL color Cylindrical-coordinate representation of color #ACC69B: hue angle of 96.28º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACC69B is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 155 -
CMYK 0.13 0 0.22 0.22
HSL 96.28º 0.27% 0.69% -
HSV(B) 96.28º 0.22% 0.78% -
XYZ 43.12 51.53 38.68 -
YUV 185.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 172 198 155 0.13 0 0.22 0.22 96.28 0.27 0.69
Hex AC C6 9B D 0 16 16 60 1B 45
Octal 254 306 233 15 0 26 26 140 33 105
Binary 10101100 11000110 10011011 1101 0 10110 10110 1100000 11011 1000101

Color Harmonies of #ACC69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC69B

Black with #ACC69B

Text Example


Text Example

White with #ACC69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC69B; }

 p { color: rgb(172,198,155); }

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

background-color css

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

 a { background-color: rgb(172,198,155); }

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

border-color css

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

 span { border-color: rgb(172,198,155); }

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