Html Css Color HEX #909F82 Delta

📋 copy color: '#909F82'

red 144 ◦ green 159 ◦ blue 130

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

Shades of Delta #909F82

Tints of Delta #909F82

RGB

 RED value IS 144 (56.64% from 255) = 33.26%

 GREEN value IS 159 (62.5% from 255) = 36.72%

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 33.26%
G = 36.72%
B = 30.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#909F82 (or 0x909F82) is known color: Delta. HEX triplet: 90, 9F and 82. RGB value is (144,159,130). Sum of RGB (Red+Green+Blue) = 144+159+130=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #909F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909F82 is #6F607D. Grayscale: #979797. Windows color (decimal): -7299198 or 8560528. OLE color: 8560528.

HSL color Cylindrical-coordinate representation of color #909F82: hue angle of 91.03º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #909F82 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 159 130 -
CMYK 0.09 0 0.18 0.38
HSL 91.03º 0.13% 0.57% -
HSV(B) 91.03º 0.18% 0.62% -
XYZ 27.93 32.34 25.89 -
YUV 151.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 144 159 130 0.09 0 0.18 0.38 91.03 0.13 0.57
Hex 90 9F 82 9 0 12 26 5B D 39
Octal 220 237 202 11 0 22 46 133 15 71
Binary 10010000 10011111 10000010 1001 0 10010 100110 1011011 1101 111001

Color Harmonies of #909F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909F82

Black with #909F82

Text Example


Text Example

White with #909F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909F82; }

 p { color: rgb(144,159,130); }

 H1.HeaderClassName
 {
   color: #909F82;
 }
 .AnyTagClassName
 {
   color: #909F82;
 }
</style>

background-color css

<style>
 a { background-color: #909F82; }

 a { background-color: rgb(144,159,130); }

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

border-color css

<style>
 span { border-color: #909F82; }

 span { border-color: rgb(144,159,130); }

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