Html Css Color HEX #ACCB96 Sprout

📋 copy color: '#ACCB96'

red 172 ◦ green 203 ◦ blue 150

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

Shades of Sprout #ACCB96

Tints of Sprout #ACCB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.57%

R = 32.76%
G = 38.67%
B = 28.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#ACCB96 (or 0xACCB96) is known color: Sprout. HEX triplet: AC, CB and 96. RGB value is (172,203,150). Sum of RGB (Red+Green+Blue) = 172+203+150=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB96 is #533469. Grayscale: #BBBBBB. Windows color (decimal): -5452906 or 9882540. OLE color: 9882540.

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

Color convert

RGB 172 203 150 -
CMYK 0.15 0 0.26 0.20
HSL 95.09º 0.34% 0.69% -
HSV(B) 95.09º 0.26% 0.8% -
XYZ 43.87 53.68 36.9 -
YUV 187.69 106.73 116.81 -
System Red Green Blue C M Y K H S L
Decimal 172 203 150 0.15 0 0.26 0.20 95.09 0.34 0.69
Hex AC CB 96 F 0 1A 14 5F 22 45
Octal 254 313 226 17 0 32 24 137 42 105
Binary 10101100 11001011 10010110 1111 0 11010 10100 1011111 100010 1000101

Color Harmonies of #ACCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB96

Black with #ACCB96

Text Example


Text Example

White with #ACCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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