Html Css Color HEX #4BA186 Gossamer

📋 copy color: '#4BA186'

red 75 ◦ green 161 ◦ blue 134

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

Shades of Gossamer #4BA186

Tints of Gossamer #4BA186

RGB

 RED value IS 75 (29.69% from 255) = 20.27%

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

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 20.27%
G = 43.51%
B = 36.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#4BA186 (or 0x4BA186) is known color: Gossamer. HEX triplet: 4B, A1 and 86. RGB value is (75,161,134). Sum of RGB (Red+Green+Blue) = 75+161+134=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA186 is #B45E79. Grayscale: #848484. Windows color (decimal): -11820666 or 8823115. OLE color: 8823115.

HSL color Cylindrical-coordinate representation of color #4BA186: hue angle of 161.16º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA186 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 161 134 -
CMYK 0.53 0 0.17 0.37
HSL 161.16º 0.36% 0.46% -
HSV(B) 161.16º 0.53% 0.63% -
XYZ 19.95 28.71 27.04 -
YUV 132.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 75 161 134 0.53 0 0.17 0.37 161.16 0.36 0.46
Hex 4B A1 86 35 0 11 25 A1 24 2E
Octal 113 241 206 65 0 21 45 241 44 56
Binary 1001011 10100001 10000110 110101 0 10001 100101 10100001 100100 101110

Color Harmonies of #4BA186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA186

Black with #4BA186

Text Example


Text Example

White with #4BA186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA186; }

 p { color: rgb(75,161,134); }

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

background-color css

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

 a { background-color: rgb(75,161,134); }

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

border-color css

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

 span { border-color: rgb(75,161,134); }

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