Html Css Color HEX #9BB665 Olivine

📋 copy color: '#9BB665'

red 155 ◦ green 182 ◦ blue 101

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

Shades of Olivine #9BB665

Tints of Olivine #9BB665

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.55%

 BLUE value IS 101 (39.84% from 255) = 23.06%

R = 35.39%
G = 41.55%
B = 23.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#9BB665 (or 0x9BB665) is known color: Olivine. HEX triplet: 9B, B6 and 65. RGB value is (155,182,101). Sum of RGB (Red+Green+Blue) = 155+182+101=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB665 is #64499A. Grayscale: #A4A4A4. Windows color (decimal): -6572443 or 6665883. OLE color: 6665883.

HSL color Cylindrical-coordinate representation of color #9BB665: hue angle of 80º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BB665 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 182 101 -
CMYK 0.15 0 0.45 0.29
HSL 80º 0.36% 0.55% -
HSV(B) 80º 0.45% 0.71% -
XYZ 32.59 41.36 18.58 -
YUV 164.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 155 182 101 0.15 0 0.45 0.29 80 0.36 0.55
Hex 9B B6 65 F 0 2D 1D 50 24 37
Octal 233 266 145 17 0 55 35 120 44 67
Binary 10011011 10110110 1100101 1111 0 101101 11101 1010000 100100 110111

Color Harmonies of #9BB665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB665

Black with #9BB665

Text Example


Text Example

White with #9BB665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,182,101); }

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

background-color css

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

 a { background-color: rgb(155,182,101); }

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

border-color css

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

 span { border-color: rgb(155,182,101); }

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