Html Css Color HEX #4BA98B Gossamer

📋 copy color: '#4BA98B'

red 75 ◦ green 169 ◦ blue 139

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

Shades of Gossamer #4BA98B

Tints of Gossamer #4BA98B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.13%

 BLUE value IS 139 (54.69% from 255) = 36.29%

R = 19.58%
G = 44.13%
B = 36.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#4BA98B (or 0x4BA98B) is known color: Gossamer. HEX triplet: 4B, A9 and 8B. RGB value is (75,169,139). Sum of RGB (Red+Green+Blue) = 75+169+139=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #4BA98B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA98B is #B45674. Grayscale: #898989. Windows color (decimal): -11818613 or 9152843. OLE color: 9152843.

HSL color Cylindrical-coordinate representation of color #4BA98B: hue angle of 160.85º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BA98B is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 169 139 -
CMYK 0.56 0 0.18 0.34
HSL 160.85º 0.39% 0.48% -
HSV(B) 160.85º 0.56% 0.66% -
XYZ 21.75 31.74 29.41 -
YUV 137.47 128.86 83.44 -
System Red Green Blue C M Y K H S L
Decimal 75 169 139 0.56 0 0.18 0.34 160.85 0.39 0.48
Hex 4B A9 8B 38 0 12 22 A1 27 30
Octal 113 251 213 70 0 22 42 241 47 60
Binary 1001011 10101001 10001011 111000 0 10010 100010 10100001 100111 110000

Color Harmonies of #4BA98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA98B

Black with #4BA98B

Text Example


Text Example

White with #4BA98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,169,139); }

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

background-color css

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

 a { background-color: rgb(75,169,139); }

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

border-color css

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

 span { border-color: rgb(75,169,139); }

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