Html Css Color HEX #ACC29B Norway

📋 copy color: '#ACC29B'

red 172 ◦ green 194 ◦ blue 155

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

Shades of Norway #ACC29B

Tints of Norway #ACC29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.24%

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

R = 33.01%
G = 37.24%
B = 29.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#ACC29B (or 0xACC29B) is known color: Norway. HEX triplet: AC, C2 and 9B. RGB value is (172,194,155). Sum of RGB (Red+Green+Blue) = 172+194+155=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC29B is #533D64. Grayscale: #B7B7B7. Windows color (decimal): -5455205 or 10207916. OLE color: 10207916.

HSL color Cylindrical-coordinate representation of color #ACC29B: hue angle of 93.85º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC29B is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 155 -
CMYK 0.11 0 0.20 0.24
HSL 93.85º 0.24% 0.68% -
HSV(B) 93.85º 0.2% 0.76% -
XYZ 42.22 49.72 38.38 -
YUV 182.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 172 194 155 0.11 0 0.20 0.24 93.85 0.24 0.68
Hex AC C2 9B B 0 14 18 5E 18 44
Octal 254 302 233 13 0 24 30 136 30 104
Binary 10101100 11000010 10011011 1011 0 10100 11000 1011110 11000 1000100

Color Harmonies of #ACC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC29B

Black with #ACC29B

Text Example


Text Example

White with #ACC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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