Html Css Color HEX #9BBC48 Atlantis

📋 copy color: '#9BBC48'

red 155 ◦ green 188 ◦ blue 72

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

Shades of Atlantis #9BBC48

Tints of Atlantis #9BBC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.35%

R = 37.35%
G = 45.3%
B = 17.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#9BBC48 (or 0x9BBC48) is known color: Atlantis. HEX triplet: 9B, BC and 48. RGB value is (155,188,72). Sum of RGB (Red+Green+Blue) = 155+188+72=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC48 is #6443B7. Grayscale: #A5A5A5. Windows color (decimal): -6570936 or 4766875. OLE color: 4766875.

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

Color convert

RGB 155 188 72 -
CMYK 0.18 0 0.62 0.26
HSL 77.07º 0.46% 0.51% -
HSV(B) 77.07º 0.62% 0.74% -
XYZ 32.67 43.4 12.79 -
YUV 164.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 155 188 72 0.18 0 0.62 0.26 77.07 0.46 0.51
Hex 9B BC 48 12 0 3E 1A 4D 2E 33
Octal 233 274 110 22 0 76 32 115 56 63
Binary 10011011 10111100 1001000 10010 0 111110 11010 1001101 101110 110011

Color Harmonies of #9BBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC48

Black with #9BBC48

Text Example


Text Example

White with #9BBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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