Html Css Color HEX #9CBC47 Atlantis

📋 copy color: '#9CBC47'

red 156 ◦ green 188 ◦ blue 71

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

Shades of Atlantis #9CBC47

Tints of Atlantis #9CBC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.11%

R = 37.59%
G = 45.3%
B = 17.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#9CBC47 (or 0x9CBC47) is known color: Atlantis. HEX triplet: 9C, BC and 47. RGB value is (156,188,71). Sum of RGB (Red+Green+Blue) = 156+188+71=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC47 is #6343B8. Grayscale: #A5A5A5. Windows color (decimal): -6505401 or 4701340. OLE color: 4701340.

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

Color convert

RGB 156 188 71 -
CMYK 0.17 0 0.62 0.26
HSL 76.41º 0.47% 0.51% -
HSV(B) 76.41º 0.62% 0.74% -
XYZ 32.83 43.49 12.63 -
YUV 165.09 74.9 121.51 -
System Red Green Blue C M Y K H S L
Decimal 156 188 71 0.17 0 0.62 0.26 76.41 0.47 0.51
Hex 9C BC 47 11 0 3E 1A 4C 2F 33
Octal 234 274 107 21 0 76 32 114 57 63
Binary 10011100 10111100 1000111 10001 0 111110 11010 1001100 101111 110011

Color Harmonies of #9CBC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC47

Black with #9CBC47

Text Example


Text Example

White with #9CBC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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