Html Css Color HEX #9CBC3F Atlantis

📋 copy color: '#9CBC3F'

red 156 ◦ green 188 ◦ blue 63

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

Shades of Atlantis #9CBC3F

Tints of Atlantis #9CBC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.48%

R = 38.33%
G = 46.19%
B = 15.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#9CBC3F (or 0x9CBC3F) is known color: Atlantis. HEX triplet: 9C, BC and 3F. RGB value is (156,188,63). Sum of RGB (Red+Green+Blue) = 156+188+63=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC3F is #6343C0. Grayscale: #A4A4A4. Windows color (decimal): -6505409 or 4177052. OLE color: 4177052.

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

Color convert

RGB 156 188 63 -
CMYK 0.17 0 0.66 0.26
HSL 75.36º 0.5% 0.49% -
HSV(B) 75.36º 0.66% 0.74% -
XYZ 32.59 43.39 11.36 -
YUV 164.18 70.9 122.16 -
System Red Green Blue C M Y K H S L
Decimal 156 188 63 0.17 0 0.66 0.26 75.36 0.5 0.49
Hex 9C BC 3F 11 0 42 1A 4B 32 31
Octal 234 274 77 21 0 102 32 113 62 61
Binary 10011100 10111100 111111 10001 0 1000010 11010 1001011 110010 110001

Color Harmonies of #9CBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBC3F

Black with #9CBC3F

Text Example


Text Example

White with #9CBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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