Html Css Color HEX #9BBC4C Atlantis

📋 copy color: '#9BBC4C'

red 155 ◦ green 188 ◦ blue 76

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

Shades of Atlantis #9BBC4C

Tints of Atlantis #9BBC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.14%

R = 36.99%
G = 44.87%
B = 18.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#9BBC4C (or 0x9BBC4C) is known color: Atlantis. HEX triplet: 9B, BC and 4C. RGB value is (155,188,76). Sum of RGB (Red+Green+Blue) = 155+188+76=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC4C is #6443B3. Grayscale: #A5A5A5. Windows color (decimal): -6570932 or 5029019. OLE color: 5029019.

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

Color convert

RGB 155 188 76 -
CMYK 0.18 0 0.60 0.26
HSL 77.68º 0.46% 0.52% -
HSV(B) 77.68º 0.6% 0.74% -
XYZ 32.81 43.46 13.5 -
YUV 165.37 77.57 120.61 -
System Red Green Blue C M Y K H S L
Decimal 155 188 76 0.18 0 0.60 0.26 77.68 0.46 0.52
Hex 9B BC 4C 12 0 3C 1A 4E 2E 34
Octal 233 274 114 22 0 74 32 116 56 64
Binary 10011011 10111100 1001100 10010 0 111100 11010 1001110 101110 110100

Color Harmonies of #9BBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC4C

Black with #9BBC4C

Text Example


Text Example

White with #9BBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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