Html Css Color HEX #9BBE4A Atlantis

📋 copy color: '#9BBE4A'

red 155 ◦ green 190 ◦ blue 74

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

Shades of Atlantis #9BBE4A

Tints of Atlantis #9BBE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

 BLUE value IS 74 (29.3% from 255) = 17.66%

R = 36.99%
G = 45.35%
B = 17.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#9BBE4A (or 0x9BBE4A) is known color: Atlantis. HEX triplet: 9B, BE and 4A. RGB value is (155,190,74). Sum of RGB (Red+Green+Blue) = 155+190+74=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBE4A is #6441B5. Grayscale: #A6A6A6. Windows color (decimal): -6570422 or 4898459. OLE color: 4898459.

HSL color Cylindrical-coordinate representation of color #9BBE4A: hue angle of 78.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BBE4A is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 190 74 -
CMYK 0.18 0 0.61 0.25
HSL 78.1º 0.47% 0.52% -
HSV(B) 78.1º 0.61% 0.75% -
XYZ 33.17 44.29 13.28 -
YUV 166.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 155 190 74 0.18 0 0.61 0.25 78.1 0.47 0.52
Hex 9B BE 4A 12 0 3D 19 4E 2F 34
Octal 233 276 112 22 0 75 31 116 57 64
Binary 10011011 10111110 1001010 10010 0 111101 11001 1001110 101111 110100

Color Harmonies of #9BBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBE4A

Black with #9BBE4A

Text Example


Text Example

White with #9BBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,74); }

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

background-color css

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

 a { background-color: rgb(155,190,74); }

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

border-color css

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

 span { border-color: rgb(155,190,74); }

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