Html Css Color HEX #9BBD65 Olivine

📋 copy color: '#9BBD65'

red 155 ◦ green 189 ◦ blue 101

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

Shades of Olivine #9BBD65

Tints of Olivine #9BBD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.47%

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

R = 34.83%
G = 42.47%
B = 22.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#9BBD65 (or 0x9BBD65) is known color: Olivine. HEX triplet: 9B, BD and 65. RGB value is (155,189,101). Sum of RGB (Red+Green+Blue) = 155+189+101=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD65 is #64429A. Grayscale: #A9A9A9. Windows color (decimal): -6570651 or 6667675. OLE color: 6667675.

HSL color Cylindrical-coordinate representation of color #9BBD65: hue angle of 83.18º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BBD65 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 101 -
CMYK 0.18 0 0.47 0.26
HSL 83.18º 0.4% 0.57% -
HSV(B) 83.18º 0.47% 0.74% -
XYZ 34.06 44.3 19.07 -
YUV 168.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 155 189 101 0.18 0 0.47 0.26 83.18 0.4 0.57
Hex 9B BD 65 12 0 2F 1A 53 28 39
Octal 233 275 145 22 0 57 32 123 50 71
Binary 10011011 10111101 1100101 10010 0 101111 11010 1010011 101000 111001

Color Harmonies of #9BBD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD65

Black with #9BBD65

Text Example


Text Example

White with #9BBD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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