Html Css Color HEX #9BBC4E Atlantis

📋 copy color: '#9BBC4E'

red 155 ◦ green 188 ◦ blue 78

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

Shades of Atlantis #9BBC4E

Tints of Atlantis #9BBC4E

RGB

 RED value IS 155 (60.94% from 255) = 36.82%

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

 BLUE value IS 78 (30.86% from 255) = 18.53%

R = 36.82%
G = 44.66%
B = 18.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#9BBC4E (or 0x9BBC4E) is known color: Atlantis. HEX triplet: 9B, BC and 4E. RGB value is (155,188,78). Sum of RGB (Red+Green+Blue) = 155+188+78=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC4E is #6443B1. Grayscale: #A6A6A6. Windows color (decimal): -6570930 or 5160091. OLE color: 5160091.

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

Color convert

RGB 155 188 78 -
CMYK 0.18 0 0.59 0.26
HSL 78º 0.45% 0.52% -
HSV(B) 78º 0.59% 0.74% -
XYZ 32.88 43.49 13.87 -
YUV 165.59 78.57 120.44 -
System Red Green Blue C M Y K H S L
Decimal 155 188 78 0.18 0 0.59 0.26 78 0.45 0.52
Hex 9B BC 4E 12 0 3B 1A 4E 2D 34
Octal 233 274 116 22 0 73 32 116 55 64
Binary 10011011 10111100 1001110 10010 0 111011 11010 1001110 101101 110100

Color Harmonies of #9BBC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC4E

Black with #9BBC4E

Text Example


Text Example

White with #9BBC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,78); }

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

background-color css

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

 a { background-color: rgb(155,188,78); }

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

border-color css

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

 span { border-color: rgb(155,188,78); }

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