Html Css Color HEX #9BBFA2 Summer Green

📋 copy color: '#9BBFA2'

red 155 ◦ green 191 ◦ blue 162

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

Shades of Summer Green #9BBFA2

Tints of Summer Green #9BBFA2

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

 BLUE value IS 162 (63.67% from 255) = 31.89%

R = 30.51%
G = 37.6%
B = 31.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#9BBFA2 (or 0x9BBFA2) is known color: Summer Green. HEX triplet: 9B, BF and A2. RGB value is (155,191,162). Sum of RGB (Red+Green+Blue) = 155+191+162=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBFA2 is #64405D. Grayscale: #B1B1B1. Windows color (decimal): -6570078 or 10665883. OLE color: 10665883.

HSL color Cylindrical-coordinate representation of color #9BBFA2: hue angle of 131.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBFA2 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 191 162 -
CMYK 0.19 0 0.15 0.25
HSL 131.67º 0.22% 0.68% -
HSV(B) 131.67º 0.19% 0.75% -
XYZ 38.67 46.84 41.19 -
YUV 176.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 155 191 162 0.19 0 0.15 0.25 131.67 0.22 0.68
Hex 9B BF A2 13 0 F 19 84 16 44
Octal 233 277 242 23 0 17 31 204 26 104
Binary 10011011 10111111 10100010 10011 0 1111 11001 10000100 10110 1000100

Color Harmonies of #9BBFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFA2

Black with #9BBFA2

Text Example


Text Example

White with #9BBFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,162); }

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

background-color css

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

 a { background-color: rgb(155,191,162); }

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

border-color css

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

 span { border-color: rgb(155,191,162); }

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