Html Css Color HEX #9BCD5C Olivine

📋 copy color: '#9BCD5C'

red 155 ◦ green 205 ◦ blue 92

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

Shades of Olivine #9BCD5C

Tints of Olivine #9BCD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.35%

R = 34.29%
G = 45.35%
B = 20.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#9BCD5C (or 0x9BCD5C) is known color: Olivine. HEX triplet: 9B, CD and 5C. RGB value is (155,205,92). Sum of RGB (Red+Green+Blue) = 155+205+92=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD5C is #6432A3. Grayscale: #B1B1B1. Windows color (decimal): -6566564 or 6081947. OLE color: 6081947.

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

Color convert

RGB 155 205 92 -
CMYK 0.24 0 0.55 0.20
HSL 86.55º 0.53% 0.58% -
HSV(B) 86.55º 0.55% 0.8% -
XYZ 37.28 51.4 18.08 -
YUV 177.17 79.94 112.19 -
System Red Green Blue C M Y K H S L
Decimal 155 205 92 0.24 0 0.55 0.20 86.55 0.53 0.58
Hex 9B CD 5C 18 0 37 14 57 35 3A
Octal 233 315 134 30 0 67 24 127 65 72
Binary 10011011 11001101 1011100 11000 0 110111 10100 1010111 110101 111010

Color Harmonies of #9BCD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD5C

Black with #9BCD5C

Text Example


Text Example

White with #9BCD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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