Html Css Color HEX #9CDB83 Gossip

📋 copy color: '#9CDB83'

red 156 ◦ green 219 ◦ blue 131

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

Shades of Gossip #9CDB83

Tints of Gossip #9CDB83

RGB

 RED value IS 156 (61.33% from 255) = 30.83%

 GREEN value IS 219 (85.94% from 255) = 43.28%

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 30.83%
G = 43.28%
B = 25.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#9CDB83 (or 0x9CDB83) is known color: Gossip. HEX triplet: 9C, DB and 83. RGB value is (156,219,131). Sum of RGB (Red+Green+Blue) = 156+219+131=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDB83 is #63247C. Grayscale: #BEBEBE. Windows color (decimal): -6497405 or 8641436. OLE color: 8641436.

HSL color Cylindrical-coordinate representation of color #9CDB83: hue angle of 102.95º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CDB83 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 131 -
CMYK 0.29 0 0.40 0.14
HSL 102.95º 0.55% 0.69% -
HSV(B) 102.95º 0.4% 0.86% -
XYZ 43.14 59.37 30.66 -
YUV 190.13 94.63 103.66 -
System Red Green Blue C M Y K H S L
Decimal 156 219 131 0.29 0 0.40 0.14 102.95 0.55 0.69
Hex 9C DB 83 1D 0 28 E 67 37 45
Octal 234 333 203 35 0 50 16 147 67 105
Binary 10011100 11011011 10000011 11101 0 101000 1110 1100111 110111 1000101

Color Harmonies of #9CDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB83

Black with #9CDB83

Text Example


Text Example

White with #9CDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,131); }

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

background-color css

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

 a { background-color: rgb(156,219,131); }

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

border-color css

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

 span { border-color: rgb(156,219,131); }

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