Html Css Color HEX #9BBD69 Olivine

📋 copy color: '#9BBD69'

red 155 ◦ green 189 ◦ blue 105

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

Shades of Olivine #9BBD69

Tints of Olivine #9BBD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.39%

R = 34.52%
G = 42.09%
B = 23.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#9BBD69 (or 0x9BBD69) is known color: Olivine. HEX triplet: 9B, BD and 69. RGB value is (155,189,105). Sum of RGB (Red+Green+Blue) = 155+189+105=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD69 is #644296. Grayscale: #A9A9A9. Windows color (decimal): -6570647 or 6929819. OLE color: 6929819.

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

Color convert

RGB 155 189 105 -
CMYK 0.18 0 0.44 0.26
HSL 84.29º 0.39% 0.58% -
HSV(B) 84.29º 0.44% 0.74% -
XYZ 34.26 44.38 20.13 -
YUV 169.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 155 189 105 0.18 0 0.44 0.26 84.29 0.39 0.58
Hex 9B BD 69 12 0 2C 1A 54 27 3A
Octal 233 275 151 22 0 54 32 124 47 72
Binary 10011011 10111101 1101001 10010 0 101100 11010 1010100 100111 111010

Color Harmonies of #9BBD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD69

Black with #9BBD69

Text Example


Text Example

White with #9BBD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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