Html Css Color HEX #9BC06E Olivine

📋 copy color: '#9BC06E'

red 155 ◦ green 192 ◦ blue 110

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

Shades of Olivine #9BC06E

Tints of Olivine #9BC06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 110 (43.36% from 255) = 24.07%

R = 33.92%
G = 42.01%
B = 24.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#9BC06E (or 0x9BC06E) is known color: Olivine. HEX triplet: 9B, C0 and 6E. RGB value is (155,192,110). Sum of RGB (Red+Green+Blue) = 155+192+110=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC06E is #643F91. Grayscale: #ABABAB. Windows color (decimal): -6569874 or 7258267. OLE color: 7258267.

HSL color Cylindrical-coordinate representation of color #9BC06E: hue angle of 87.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BC06E is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 110 -
CMYK 0.19 0 0.43 0.25
HSL 87.07º 0.39% 0.59% -
HSV(B) 87.07º 0.43% 0.75% -
XYZ 35.18 45.79 21.74 -
YUV 171.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 155 192 110 0.19 0 0.43 0.25 87.07 0.39 0.59
Hex 9B C0 6E 13 0 2B 19 57 27 3B
Octal 233 300 156 23 0 53 31 127 47 73
Binary 10011011 11000000 1101110 10011 0 101011 11001 1010111 100111 111011

Color Harmonies of #9BC06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC06E

Black with #9BC06E

Text Example


Text Example

White with #9BC06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,110); }

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

background-color css

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

 a { background-color: rgb(155,192,110); }

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

border-color css

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

 span { border-color: rgb(155,192,110); }

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