Html Css Color HEX #9BC062 Olivine

📋 copy color: '#9BC062'

red 155 ◦ green 192 ◦ blue 98

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

Shades of Olivine #9BC062

Tints of Olivine #9BC062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 34.83%
G = 43.15%
B = 22.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#9BC062 (or 0x9BC062) is known color: Olivine. HEX triplet: 9B, C0 and 62. RGB value is (155,192,98). Sum of RGB (Red+Green+Blue) = 155+192+98=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC062 is #643F9D. Grayscale: #AAAAAA. Windows color (decimal): -6569886 or 6471835. OLE color: 6471835.

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

Color convert

RGB 155 192 98 -
CMYK 0.19 0 0.49 0.25
HSL 83.62º 0.43% 0.57% -
HSV(B) 83.62º 0.49% 0.75% -
XYZ 34.57 45.55 18.53 -
YUV 170.22 87.24 117.14 -
System Red Green Blue C M Y K H S L
Decimal 155 192 98 0.19 0 0.49 0.25 83.62 0.43 0.57
Hex 9B C0 62 13 0 31 19 54 2B 39
Octal 233 300 142 23 0 61 31 124 53 71
Binary 10011011 11000000 1100010 10011 0 110001 11001 1010100 101011 111001

Color Harmonies of #9BC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC062

Black with #9BC062

Text Example


Text Example

White with #9BC062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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