Html Css Color HEX #9BCA8F Gossip

📋 copy color: '#9BCA8F'

red 155 ◦ green 202 ◦ blue 143

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

Shades of Gossip #9BCA8F

Tints of Gossip #9BCA8F

RGB

 RED value IS 155 (60.94% from 255) = 31%

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 31%
G = 40.4%
B = 28.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#9BCA8F (or 0x9BCA8F) is known color: Gossip. HEX triplet: 9B, CA and 8F. RGB value is (155,202,143). Sum of RGB (Red+Green+Blue) = 155+202+143=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCA8F is #643570. Grayscale: #B5B5B5. Windows color (decimal): -6567281 or 9423515. OLE color: 9423515.

HSL color Cylindrical-coordinate representation of color #9BCA8F: hue angle of 107.8º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BCA8F is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 202 143 -
CMYK 0.23 0 0.29 0.21
HSL 107.8º 0.36% 0.68% -
HSV(B) 107.8º 0.29% 0.79% -
XYZ 39.6 51.19 33.78 -
YUV 181.22 106.43 109.3 -
System Red Green Blue C M Y K H S L
Decimal 155 202 143 0.23 0 0.29 0.21 107.8 0.36 0.68
Hex 9B CA 8F 17 0 1D 15 6C 24 44
Octal 233 312 217 27 0 35 25 154 44 104
Binary 10011011 11001010 10001111 10111 0 11101 10101 1101100 100100 1000100

Color Harmonies of #9BCA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCA8F

Black with #9BCA8F

Text Example


Text Example

White with #9BCA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BCA8F; }

 p { color: rgb(155,202,143); }

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

background-color css

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

 a { background-color: rgb(155,202,143); }

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

border-color css

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

 span { border-color: rgb(155,202,143); }

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