Html Css Color HEX #9BBCA0 Summer Green

📋 copy color: '#9BBCA0'

red 155 ◦ green 188 ◦ blue 160

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

Shades of Summer Green #9BBCA0

Tints of Summer Green #9BBCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.81%

R = 30.82%
G = 37.38%
B = 31.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#9BBCA0 (or 0x9BBCA0) is known color: Summer Green. HEX triplet: 9B, BC and A0. RGB value is (155,188,160). Sum of RGB (Red+Green+Blue) = 155+188+160=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCA0 is #64435F. Grayscale: #AFAFAF. Windows color (decimal): -6570848 or 10534043. OLE color: 10534043.

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

Color convert

RGB 155 188 160 -
CMYK 0.18 0 0.15 0.26
HSL 129.09º 0.2% 0.67% -
HSV(B) 129.09º 0.18% 0.74% -
XYZ 37.85 45.47 40.04 -
YUV 174.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 155 188 160 0.18 0 0.15 0.26 129.09 0.2 0.67
Hex 9B BC A0 12 0 F 1A 81 14 43
Octal 233 274 240 22 0 17 32 201 24 103
Binary 10011011 10111100 10100000 10010 0 1111 11010 10000001 10100 1000011

Color Harmonies of #9BBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCA0

Black with #9BBCA0

Text Example


Text Example

White with #9BBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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