Html Css Color HEX #9CBC50 Atlantis

📋 copy color: '#9CBC50'

red 156 ◦ green 188 ◦ blue 80

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

Shades of Atlantis #9CBC50

Tints of Atlantis #9CBC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

 BLUE value IS 80 (31.64% from 255) = 18.87%

R = 36.79%
G = 44.34%
B = 18.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#9CBC50 (or 0x9CBC50) is known color: Atlantis. HEX triplet: 9C, BC and 50. RGB value is (156,188,80). Sum of RGB (Red+Green+Blue) = 156+188+80=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 80 (31.64% from 255 or 18.87% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBC50 is #6343AF. Grayscale: #A6A6A6. Windows color (decimal): -6505392 or 5291164. OLE color: 5291164.

HSL color Cylindrical-coordinate representation of color #9CBC50: hue angle of 77.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CBC50 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 188 80 -
CMYK 0.17 0 0.57 0.26
HSL 77.78º 0.45% 0.53% -
HSV(B) 77.78º 0.57% 0.74% -
XYZ 33.14 43.61 14.26 -
YUV 166.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 156 188 80 0.17 0 0.57 0.26 77.78 0.45 0.53
Hex 9C BC 50 11 0 39 1A 4E 2D 35
Octal 234 274 120 21 0 71 32 116 55 65
Binary 10011100 10111100 1010000 10001 0 111001 11010 1001110 101101 110101

Color Harmonies of #9CBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC50

Black with #9CBC50

Text Example


Text Example

White with #9CBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,188,80); }

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

background-color css

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

 a { background-color: rgb(156,188,80); }

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

border-color css

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

 span { border-color: rgb(156,188,80); }

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