Html Css Color HEX #9BC05D Olivine

📋 copy color: '#9BC05D'

red 155 ◦ green 192 ◦ blue 93

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

Shades of Olivine #9BC05D

Tints of Olivine #9BC05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 35.23%
G = 43.64%
B = 21.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#9BC05D (or 0x9BC05D) is known color: Olivine. HEX triplet: 9B, C0 and 5D. RGB value is (155,192,93). Sum of RGB (Red+Green+Blue) = 155+192+93=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC05D is #643FA2. Grayscale: #AAAAAA. Windows color (decimal): -6569891 or 6144155. OLE color: 6144155.

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

Color convert

RGB 155 192 93 -
CMYK 0.19 0 0.52 0.25
HSL 82.42º 0.44% 0.56% -
HSV(B) 82.42º 0.52% 0.75% -
XYZ 34.34 45.46 17.32 -
YUV 169.65 84.74 117.55 -
System Red Green Blue C M Y K H S L
Decimal 155 192 93 0.19 0 0.52 0.25 82.42 0.44 0.56
Hex 9B C0 5D 13 0 34 19 52 2C 38
Octal 233 300 135 23 0 64 31 122 54 70
Binary 10011011 11000000 1011101 10011 0 110100 11001 1010010 101100 111000

Color Harmonies of #9BC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC05D

Black with #9BC05D

Text Example


Text Example

White with #9BC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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