Html Css Color HEX #9BC05E Olivine

📋 copy color: '#9BC05E'

red 155 ◦ green 192 ◦ blue 94

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

Shades of Olivine #9BC05E

Tints of Olivine #9BC05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.32%

R = 35.15%
G = 43.54%
B = 21.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#9BC05E (or 0x9BC05E) is known color: Olivine. HEX triplet: 9B, C0 and 5E. RGB value is (155,192,94). Sum of RGB (Red+Green+Blue) = 155+192+94=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC05E is #643FA1. Grayscale: #AAAAAA. Windows color (decimal): -6569890 or 6209691. OLE color: 6209691.

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

Color convert

RGB 155 192 94 -
CMYK 0.19 0 0.51 0.25
HSL 82.65º 0.44% 0.56% -
HSV(B) 82.65º 0.51% 0.75% -
XYZ 34.39 45.48 17.56 -
YUV 169.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 155 192 94 0.19 0 0.51 0.25 82.65 0.44 0.56
Hex 9B C0 5E 13 0 33 19 53 2C 38
Octal 233 300 136 23 0 63 31 123 54 70
Binary 10011011 11000000 1011110 10011 0 110011 11001 1010011 101100 111000

Color Harmonies of #9BC05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC05E

Black with #9BC05E

Text Example


Text Example

White with #9BC05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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