Html Css Color HEX #92DBA5 Chinook

📋 copy color: '#92DBA5'

red 146 ◦ green 219 ◦ blue 165

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

Shades of Chinook #92DBA5

Tints of Chinook #92DBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

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

R = 27.55%
G = 41.32%
B = 31.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#92DBA5 (or 0x92DBA5) is known color: Chinook. HEX triplet: 92, DB and A5. RGB value is (146,219,165). Sum of RGB (Red+Green+Blue) = 146+219+165=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DBA5 is #6D245A. Grayscale: #BFBFBF. Windows color (decimal): -7152731 or 10869650. OLE color: 10869650.

HSL color Cylindrical-coordinate representation of color #92DBA5: hue angle of 135.62º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DBA5 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 219 165 -
CMYK 0.33 0 0.25 0.14
HSL 135.62º 0.5% 0.72% -
HSV(B) 135.62º 0.33% 0.86% -
XYZ 43.98 59.49 44.76 -
YUV 191.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 146 219 165 0.33 0 0.25 0.14 135.62 0.5 0.72
Hex 92 DB A5 21 0 19 E 88 32 48
Octal 222 333 245 41 0 31 16 210 62 110
Binary 10010010 11011011 10100101 100001 0 11001 1110 10001000 110010 1001000

Color Harmonies of #92DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DBA5

Black with #92DBA5

Text Example


Text Example

White with #92DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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