Html Css Color HEX #9BC369 Olivine

📋 copy color: '#9BC369'

red 155 ◦ green 195 ◦ blue 105

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

Shades of Olivine #9BC369

Tints of Olivine #9BC369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

 BLUE value IS 105 (41.41% from 255) = 23.08%

R = 34.07%
G = 42.86%
B = 23.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#9BC369 (or 0x9BC369) is known color: Olivine. HEX triplet: 9B, C3 and 69. RGB value is (155,195,105). Sum of RGB (Red+Green+Blue) = 155+195+105=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC369 is #643C96. Grayscale: #ADADAD. Windows color (decimal): -6569111 or 6931355. OLE color: 6931355.

HSL color Cylindrical-coordinate representation of color #9BC369: hue angle of 86.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BC369 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 105 -
CMYK 0.21 0 0.46 0.24
HSL 86.67º 0.43% 0.59% -
HSV(B) 86.67º 0.46% 0.76% -
XYZ 35.58 47.02 20.56 -
YUV 172.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 155 195 105 0.21 0 0.46 0.24 86.67 0.43 0.59
Hex 9B C3 69 15 0 2E 18 57 2B 3B
Octal 233 303 151 25 0 56 30 127 53 73
Binary 10011011 11000011 1101001 10101 0 101110 11000 1010111 101011 111011

Color Harmonies of #9BC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC369

Black with #9BC369

Text Example


Text Example

White with #9BC369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,195,105); }

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

background-color css

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

 a { background-color: rgb(155,195,105); }

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

border-color css

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

 span { border-color: rgb(155,195,105); }

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