Html Css Color HEX #55A166 Chateau Green

📋 copy color: '#55A166'

red 85 ◦ green 161 ◦ blue 102

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

Shades of Chateau Green #55A166

Tints of Chateau Green #55A166

RGB

 RED value IS 85 (33.59% from 255) = 24.43%

 GREEN value IS 161 (63.28% from 255) = 46.26%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 24.43%
G = 46.26%
B = 29.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#55A166 (or 0x55A166) is known color: Chateau Green. HEX triplet: 55, A1 and 66. RGB value is (85,161,102). Sum of RGB (Red+Green+Blue) = 85+161+102=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #55A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A166 is #AA5E99. Grayscale: #838383. Windows color (decimal): -11165338 or 6725973. OLE color: 6725973.

HSL color Cylindrical-coordinate representation of color #55A166: hue angle of 133.42º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A166 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 102 -
CMYK 0.47 0 0.37 0.37
HSL 133.42º 0.31% 0.48% -
HSV(B) 133.42º 0.47% 0.63% -
XYZ 18.89 28.38 17.05 -
YUV 131.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 85 161 102 0.47 0 0.37 0.37 133.42 0.31 0.48
Hex 55 A1 66 2F 0 25 25 85 1F 30
Octal 125 241 146 57 0 45 45 205 37 60
Binary 1010101 10100001 1100110 101111 0 100101 100101 10000101 11111 110000

Color Harmonies of #55A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A166

Black with #55A166

Text Example


Text Example

White with #55A166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A166; }

 p { color: rgb(85,161,102); }

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

background-color css

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

 a { background-color: rgb(85,161,102); }

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

border-color css

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

 span { border-color: rgb(85,161,102); }

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