Html Css Color HEX #9BC270 Olivine

📋 copy color: '#9BC270'

red 155 ◦ green 194 ◦ blue 112

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

Shades of Olivine #9BC270

Tints of Olivine #9BC270

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.08%

 BLUE value IS 112 (44.14% from 255) = 24.3%

R = 33.62%
G = 42.08%
B = 24.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#9BC270 (or 0x9BC270) is known color: Olivine. HEX triplet: 9B, C2 and 70. RGB value is (155,194,112). Sum of RGB (Red+Green+Blue) = 155+194+112=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC270 is #643D8F. Grayscale: #ADADAD. Windows color (decimal): -6569360 or 7389851. OLE color: 7389851.

HSL color Cylindrical-coordinate representation of color #9BC270: hue angle of 88.54º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BC270 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 112 -
CMYK 0.20 0 0.42 0.24
HSL 88.54º 0.4% 0.6% -
HSV(B) 88.54º 0.42% 0.76% -
XYZ 35.73 46.72 22.46 -
YUV 172.99 93.58 115.17 -
System Red Green Blue C M Y K H S L
Decimal 155 194 112 0.20 0 0.42 0.24 88.54 0.4 0.6
Hex 9B C2 70 14 0 2A 18 59 28 3C
Octal 233 302 160 24 0 52 30 131 50 74
Binary 10011011 11000010 1110000 10100 0 101010 11000 1011001 101000 111100

Color Harmonies of #9BC270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC270

Black with #9BC270

Text Example


Text Example

White with #9BC270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,112); }

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

background-color css

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

 a { background-color: rgb(155,194,112); }

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

border-color css

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

 span { border-color: rgb(155,194,112); }

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