Html Css Color HEX #9BCD6E Olivine

📋 copy color: '#9BCD6E'

red 155 ◦ green 205 ◦ blue 110

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

Shades of Olivine #9BCD6E

Tints of Olivine #9BCD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.62%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 32.98%
G = 43.62%
B = 23.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#9BCD6E (or 0x9BCD6E) is known color: Olivine. HEX triplet: 9B, CD and 6E. RGB value is (155,205,110). Sum of RGB (Red+Green+Blue) = 155+205+110=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD6E is #643291. Grayscale: #B3B3B3. Windows color (decimal): -6566546 or 7261595. OLE color: 7261595.

HSL color Cylindrical-coordinate representation of color #9BCD6E: hue angle of 91.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BCD6E is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 205 110 -
CMYK 0.24 0 0.46 0.20
HSL 91.58º 0.49% 0.62% -
HSV(B) 91.58º 0.46% 0.8% -
XYZ 38.16 51.76 22.73 -
YUV 179.22 88.94 110.72 -
System Red Green Blue C M Y K H S L
Decimal 155 205 110 0.24 0 0.46 0.20 91.58 0.49 0.62
Hex 9B CD 6E 18 0 2E 14 5C 31 3E
Octal 233 315 156 30 0 56 24 134 61 76
Binary 10011011 11001101 1101110 11000 0 101110 10100 1011100 110001 111110

Color Harmonies of #9BCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD6E

Black with #9BCD6E

Text Example


Text Example

White with #9BCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,110); }

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

background-color css

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

 a { background-color: rgb(155,205,110); }

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

border-color css

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

 span { border-color: rgb(155,205,110); }

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