Html Css Color HEX #9BBC4B Atlantis

📋 copy color: '#9BBC4B'

red 155 ◦ green 188 ◦ blue 75

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

Shades of Atlantis #9BBC4B

Tints of Atlantis #9BBC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.94%

R = 37.08%
G = 44.98%
B = 17.94%

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

#9BBC4B (or 0x9BBC4B) is known color: Atlantis. HEX triplet: 9B, BC and 4B. RGB value is (155,188,75). Sum of RGB (Red+Green+Blue) = 155+188+75=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBC4B is #6443B4. Grayscale: #A5A5A5. Windows color (decimal): -6570933 or 4963483. OLE color: 4963483.

HSL color Cylindrical-coordinate representation of color #9BBC4B: hue angle of 77.52º 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 #9BBC4B is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 188 75 -
CMYK 0.18 0 0.60 0.26
HSL 77.52º 0.46% 0.52% -
HSV(B) 77.52º 0.6% 0.74% -
XYZ 32.77 43.44 13.31 -
YUV 165.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 155 188 75 0.18 0 0.60 0.26 77.52 0.46 0.52
Hex 9B BC 4B 12 0 3C 1A 4E 2E 34
Octal 233 274 113 22 0 74 32 116 56 64
Binary 10011011 10111100 1001011 10010 0 111100 11010 1001110 101110 110100

Color Harmonies of #9BBC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC4B

Black with #9BBC4B

Text Example


Text Example

White with #9BBC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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