Html Css Color HEX #9CBC49 Atlantis

📋 copy color: '#9CBC49'

red 156 ◦ green 188 ◦ blue 73

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

Shades of Atlantis #9CBC49

Tints of Atlantis #9CBC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 37.41%
G = 45.08%
B = 17.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#9CBC49 (or 0x9CBC49) is known color: Atlantis. HEX triplet: 9C, BC and 49. RGB value is (156,188,73). Sum of RGB (Red+Green+Blue) = 156+188+73=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC49 is #6343B6. Grayscale: #A5A5A5. Windows color (decimal): -6505399 or 4832412. OLE color: 4832412.

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

Color convert

RGB 156 188 73 -
CMYK 0.17 0 0.61 0.26
HSL 76.7º 0.46% 0.51% -
HSV(B) 76.7º 0.61% 0.74% -
XYZ 32.9 43.52 12.97 -
YUV 165.32 75.9 121.35 -
System Red Green Blue C M Y K H S L
Decimal 156 188 73 0.17 0 0.61 0.26 76.7 0.46 0.51
Hex 9C BC 49 11 0 3D 1A 4D 2E 33
Octal 234 274 111 21 0 75 32 115 56 63
Binary 10011100 10111100 1001001 10001 0 111101 11010 1001101 101110 110011

Color Harmonies of #9CBC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC49

Black with #9CBC49

Text Example


Text Example

White with #9CBC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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