Html Css Color HEX #9BC06F Olivine

📋 copy color: '#9BC06F'

red 155 ◦ green 192 ◦ blue 111

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

Shades of Olivine #9BC06F

Tints of Olivine #9BC06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 33.84%
G = 41.92%
B = 24.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#9BC06F (or 0x9BC06F) is known color: Olivine. HEX triplet: 9B, C0 and 6F. RGB value is (155,192,111). Sum of RGB (Red+Green+Blue) = 155+192+111=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC06F is #643F90. Grayscale: #ABABAB. Windows color (decimal): -6569873 or 7323803. OLE color: 7323803.

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

Color convert

RGB 155 192 111 -
CMYK 0.19 0 0.42 0.25
HSL 87.41º 0.39% 0.59% -
HSV(B) 87.41º 0.42% 0.75% -
XYZ 35.24 45.82 22.03 -
YUV 171.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 155 192 111 0.19 0 0.42 0.25 87.41 0.39 0.59
Hex 9B C0 6F 13 0 2A 19 57 27 3B
Octal 233 300 157 23 0 52 31 127 47 73
Binary 10011011 11000000 1101111 10011 0 101010 11001 1010111 100111 111011

Color Harmonies of #9BC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC06F

Black with #9BC06F

Text Example


Text Example

White with #9BC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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