Html Css Color HEX #9BA78E Delta

📋 copy color: '#9BA78E'

red 155 ◦ green 167 ◦ blue 142

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

Shades of Delta #9BA78E

Tints of Delta #9BA78E

RGB

 RED value IS 155 (60.94% from 255) = 33.41%

 GREEN value IS 167 (65.63% from 255) = 35.99%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 33.41%
G = 35.99%
B = 30.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#9BA78E (or 0x9BA78E) is known color: Delta. HEX triplet: 9B, A7 and 8E. RGB value is (155,167,142). Sum of RGB (Red+Green+Blue) = 155+167+142=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA78E is #645871. Grayscale: #A0A0A0. Windows color (decimal): -6576242 or 9349019. OLE color: 9349019.

HSL color Cylindrical-coordinate representation of color #9BA78E: hue angle of 88.8º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BA78E is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 167 142 -
CMYK 0.07 0 0.15 0.35
HSL 88.8º 0.12% 0.61% -
HSV(B) 88.8º 0.15% 0.65% -
XYZ 32.22 36.56 30.95 -
YUV 160.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 155 167 142 0.07 0 0.15 0.35 88.8 0.12 0.61
Hex 9B A7 8E 7 0 F 23 59 C 3D
Octal 233 247 216 7 0 17 43 131 14 75
Binary 10011011 10100111 10001110 111 0 1111 100011 1011001 1100 111101

Color Harmonies of #9BA78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA78E

Black with #9BA78E

Text Example


Text Example

White with #9BA78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA78E; }

 p { color: rgb(155,167,142); }

 H1.HeaderClassName
 {
   color: #9BA78E;
 }
 .AnyTagClassName
 {
   color: #9BA78E;
 }
</style>

background-color css

<style>
 a { background-color: #9BA78E; }

 a { background-color: rgb(155,167,142); }

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

border-color css

<style>
 span { border-color: #9BA78E; }

 span { border-color: rgb(155,167,142); }

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