Html Css Color HEX #92BCA5 Summer Green

📋 copy color: '#92BCA5'

red 146 ◦ green 188 ◦ blue 165

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

Shades of Summer Green #92BCA5

Tints of Summer Green #92BCA5

RGB

 RED value IS 146 (57.42% from 255) = 29.26%

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

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 29.26%
G = 37.68%
B = 33.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#92BCA5 (or 0x92BCA5) is known color: Summer Green. HEX triplet: 92, BC and A5. RGB value is (146,188,165). Sum of RGB (Red+Green+Blue) = 146+188+165=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #92BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BCA5 is #6D435A. Grayscale: #ACACAC. Windows color (decimal): -7160667 or 10861714. OLE color: 10861714.

HSL color Cylindrical-coordinate representation of color #92BCA5: hue angle of 147.14º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92BCA5 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 188 165 -
CMYK 0.22 0 0.12 0.26
HSL 147.14º 0.24% 0.65% -
HSV(B) 147.14º 0.22% 0.74% -
XYZ 36.63 44.79 42.31 -
YUV 172.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 146 188 165 0.22 0 0.12 0.26 147.14 0.24 0.65
Hex 92 BC A5 16 0 C 1A 93 18 41
Octal 222 274 245 26 0 14 32 223 30 101
Binary 10010010 10111100 10100101 10110 0 1100 11010 10010011 11000 1000001

Color Harmonies of #92BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BCA5

Black with #92BCA5

Text Example


Text Example

White with #92BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92BCA5; }

 p { color: rgb(146,188,165); }

 H1.HeaderClassName
 {
   color: #92BCA5;
 }
 .AnyTagClassName
 {
   color: #92BCA5;
 }
</style>

background-color css

<style>
 a { background-color: #92BCA5; }

 a { background-color: rgb(146,188,165); }

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

border-color css

<style>
 span { border-color: #92BCA5; }

 span { border-color: rgb(146,188,165); }

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