Html Css Color HEX #92EBA5 Chinook

📋 copy color: '#92EBA5'

red 146 ◦ green 235 ◦ blue 165

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

Shades of Chinook #92EBA5

Tints of Chinook #92EBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.04%

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

R = 26.74%
G = 43.04%
B = 30.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#92EBA5 (or 0x92EBA5) is known color: Chinook. HEX triplet: 92, EB and A5. RGB value is (146,235,165). Sum of RGB (Red+Green+Blue) = 146+235+165=546 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.74% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EBA5 is #6D145A. Grayscale: #C8C8C8. Windows color (decimal): -7148635 or 10873746. OLE color: 10873746.

HSL color Cylindrical-coordinate representation of color #92EBA5: hue angle of 132.81º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EBA5 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 235 165 -
CMYK 0.38 0 0.30 0.08
HSL 132.81º 0.69% 0.75% -
HSV(B) 132.81º 0.38% 0.92% -
XYZ 48.35 68.24 46.22 -
YUV 200.41 108.01 89.19 -
System Red Green Blue C M Y K H S L
Decimal 146 235 165 0.38 0 0.30 0.08 132.81 0.69 0.75
Hex 92 EB A5 26 0 1E 8 85 45 4B
Octal 222 353 245 46 0 36 10 205 105 113
Binary 10010010 11101011 10100101 100110 0 11110 1000 10000101 1000101 1001011

Color Harmonies of #92EBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EBA5

Black with #92EBA5

Text Example


Text Example

White with #92EBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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