Html Css Color HEX #9BC47D Olivine

📋 copy color: '#9BC47D'

red 155 ◦ green 196 ◦ blue 125

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

Shades of Olivine #9BC47D

Tints of Olivine #9BC47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.18%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 32.56%
G = 41.18%
B = 26.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#9BC47D (or 0x9BC47D) is known color: Olivine. HEX triplet: 9B, C4 and 7D. RGB value is (155,196,125). Sum of RGB (Red+Green+Blue) = 155+196+125=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC47D is #643B82. Grayscale: #AFAFAF. Windows color (decimal): -6568835 or 8242331. OLE color: 8242331.

HSL color Cylindrical-coordinate representation of color #9BC47D: hue angle of 94.65º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BC47D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 125 -
CMYK 0.21 0 0.36 0.23
HSL 94.65º 0.38% 0.63% -
HSV(B) 94.65º 0.36% 0.77% -
XYZ 36.96 47.93 26.71 -
YUV 175.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 155 196 125 0.21 0 0.36 0.23 94.65 0.38 0.63
Hex 9B C4 7D 15 0 24 17 5F 26 3F
Octal 233 304 175 25 0 44 27 137 46 77
Binary 10011011 11000100 1111101 10101 0 100100 10111 1011111 100110 111111

Color Harmonies of #9BC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC47D

Black with #9BC47D

Text Example


Text Example

White with #9BC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,196,125); }

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

background-color css

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

 a { background-color: rgb(155,196,125); }

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

border-color css

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

 span { border-color: rgb(155,196,125); }

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