Html Css Color HEX #4BA286 Gossamer

📋 copy color: '#4BA286'

red 75 ◦ green 162 ◦ blue 134

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

Shades of Gossamer #4BA286

Tints of Gossamer #4BA286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

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

R = 20.22%
G = 43.67%
B = 36.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#4BA286 (or 0x4BA286) is known color: Gossamer. HEX triplet: 4B, A2 and 86. RGB value is (75,162,134). Sum of RGB (Red+Green+Blue) = 75+162+134=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA286 is #B45D79. Grayscale: #848484. Windows color (decimal): -11820410 or 8823371. OLE color: 8823371.

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

Color convert

RGB 75 162 134 -
CMYK 0.54 0 0.17 0.36
HSL 160.69º 0.37% 0.46% -
HSV(B) 160.69º 0.54% 0.64% -
XYZ 20.13 29.06 27.1 -
YUV 132.8 128.68 86.78 -
System Red Green Blue C M Y K H S L
Decimal 75 162 134 0.54 0 0.17 0.36 160.69 0.37 0.46
Hex 4B A2 86 36 0 11 24 A1 25 2E
Octal 113 242 206 66 0 21 44 241 45 56
Binary 1001011 10100010 10000110 110110 0 10001 100100 10100001 100101 101110

Color Harmonies of #4BA286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA286

Black with #4BA286

Text Example


Text Example

White with #4BA286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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