Html Css Color HEX #9BCB58 Atlantis

📋 copy color: '#9BCB58'

red 155 ◦ green 203 ◦ blue 88

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

Shades of Atlantis #9BCB58

Tints of Atlantis #9BCB58

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.52%

 BLUE value IS 88 (34.77% from 255) = 19.73%

R = 34.75%
G = 45.52%
B = 19.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#9BCB58 (or 0x9BCB58) is known color: Atlantis. HEX triplet: 9B, CB and 58. RGB value is (155,203,88). Sum of RGB (Red+Green+Blue) = 155+203+88=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB58 is #6434A7. Grayscale: #AFAFAF. Windows color (decimal): -6567080 or 5819291. OLE color: 5819291.

HSL color Cylindrical-coordinate representation of color #9BCB58: hue angle of 85.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BCB58 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 203 88 -
CMYK 0.24 0 0.57 0.20
HSL 85.04º 0.53% 0.57% -
HSV(B) 85.04º 0.57% 0.8% -
XYZ 36.63 50.39 17.03 -
YUV 175.54 78.6 113.35 -
System Red Green Blue C M Y K H S L
Decimal 155 203 88 0.24 0 0.57 0.20 85.04 0.53 0.57
Hex 9B CB 58 18 0 39 14 55 35 39
Octal 233 313 130 30 0 71 24 125 65 71
Binary 10011011 11001011 1011000 11000 0 111001 10100 1010101 110101 111001

Color Harmonies of #9BCB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCB58

Black with #9BCB58

Text Example


Text Example

White with #9BCB58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,203,88); }

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

background-color css

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

 a { background-color: rgb(155,203,88); }

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

border-color css

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

 span { border-color: rgb(155,203,88); }

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