Html Css Color HEX #99BCA2 Summer Green

📋 copy color: '#99BCA2'

red 153 ◦ green 188 ◦ blue 162

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

Shades of Summer Green #99BCA2

Tints of Summer Green #99BCA2

RGB

 RED value IS 153 (60.16% from 255) = 30.42%

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

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

R = 30.42%
G = 37.38%
B = 32.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#99BCA2 (or 0x99BCA2) is known color: Summer Green. HEX triplet: 99, BC and A2. RGB value is (153,188,162). Sum of RGB (Red+Green+Blue) = 153+188+162=503 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.42% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCA2 is #66435D. Grayscale: #AEAEAE. Windows color (decimal): -6701918 or 10665113. OLE color: 10665113.

HSL color Cylindrical-coordinate representation of color #99BCA2: hue angle of 135.43º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BCA2 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 188 162 -
CMYK 0.19 0 0.14 0.26
HSL 135.43º 0.21% 0.67% -
HSV(B) 135.43º 0.19% 0.74% -
XYZ 37.64 45.35 40.95 -
YUV 174.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 153 188 162 0.19 0 0.14 0.26 135.43 0.21 0.67
Hex 99 BC A2 13 0 E 1A 87 15 43
Octal 231 274 242 23 0 16 32 207 25 103
Binary 10011001 10111100 10100010 10011 0 1110 11010 10000111 10101 1000011

Color Harmonies of #99BCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BCA2

Black with #99BCA2

Text Example


Text Example

White with #99BCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BCA2; }

 p { color: rgb(153,188,162); }

 H1.HeaderClassName
 {
   color: #99BCA2;
 }
 .AnyTagClassName
 {
   color: #99BCA2;
 }
</style>

background-color css

<style>
 a { background-color: #99BCA2; }

 a { background-color: rgb(153,188,162); }

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

border-color css

<style>
 span { border-color: #99BCA2; }

 span { border-color: rgb(153,188,162); }

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