Html Css Color HEX #106256 Blue Stone

📋 copy color: '#106256'

red 16 ◦ green 98 ◦ blue 86

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

Shades of Blue Stone #106256

Tints of Blue Stone #106256

RGB

 RED value IS 16 (6.64% from 255) = 8%

 GREEN value IS 98 (38.67% from 255) = 49%

 BLUE value IS 86 (33.98% from 255) = 43%

R = 8%
G = 49%
B = 43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#106256 (or 0x106256) is known color: Blue Stone. HEX triplet: 10, 62 and 56. RGB value is (16,98,86). Sum of RGB (Red+Green+Blue) = 16+98+86=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #106256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106256 is #EF9DA9. Grayscale: #484848. Windows color (decimal): -15703466 or 5661200. OLE color: 5661200.

HSL color Cylindrical-coordinate representation of color #106256: hue angle of 171.22º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106256 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 98 86 -
CMYK 0.84 0 0.12 0.62
HSL 171.22º 0.72% 0.22% -
HSV(B) 171.22º 0.84% 0.38% -
XYZ 6.26 9.52 10.31 -
YUV 72.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 16 98 86 0.84 0 0.12 0.62 171.22 0.72 0.22
Hex 10 62 56 54 0 C 3E AB 48 16
Octal 20 142 126 124 0 14 76 253 110 26
Binary 10000 1100010 1010110 1010100 0 1100 111110 10101011 1001000 10110

Color Harmonies of #106256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106256

Black with #106256

Text Example


Text Example

White with #106256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106256; }

 p { color: rgb(16,98,86); }

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

background-color css

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

 a { background-color: rgb(16,98,86); }

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

border-color css

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

 span { border-color: rgb(16,98,86); }

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