Html Css Color HEX #9BCD64 Olivine

📋 copy color: '#9BCD64'

red 155 ◦ green 205 ◦ blue 100

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

Shades of Olivine #9BCD64

Tints of Olivine #9BCD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.74%

R = 33.7%
G = 44.57%
B = 21.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#9BCD64 (or 0x9BCD64) is known color: Olivine. HEX triplet: 9B, CD and 64. RGB value is (155,205,100). Sum of RGB (Red+Green+Blue) = 155+205+100=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD64 is #64329B. Grayscale: #B2B2B2. Windows color (decimal): -6566556 or 6606235. OLE color: 6606235.

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

Color convert

RGB 155 205 100 -
CMYK 0.24 0 0.51 0.20
HSL 88.57º 0.51% 0.6% -
HSV(B) 88.57º 0.51% 0.8% -
XYZ 37.65 51.55 20.02 -
YUV 178.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 155 205 100 0.24 0 0.51 0.20 88.57 0.51 0.6
Hex 9B CD 64 18 0 33 14 59 33 3C
Octal 233 315 144 30 0 63 24 131 63 74
Binary 10011011 11001101 1100100 11000 0 110011 10100 1011001 110011 111100

Color Harmonies of #9BCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD64

Black with #9BCD64

Text Example


Text Example

White with #9BCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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