Html Css Color HEX #9BBF61 Olivine

📋 copy color: '#9BBF61'

red 155 ◦ green 191 ◦ blue 97

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

Shades of Olivine #9BBF61

Tints of Olivine #9BBF61

RGB

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

 GREEN value IS 191 (75% from 255) = 43.12%

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 34.99%
G = 43.12%
B = 21.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#9BBF61 (or 0x9BBF61) is known color: Olivine. HEX triplet: 9B, BF and 61. RGB value is (155,191,97). Sum of RGB (Red+Green+Blue) = 155+191+97=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF61 is #64409E. Grayscale: #A9A9A9. Windows color (decimal): -6570143 or 6406043. OLE color: 6406043.

HSL color Cylindrical-coordinate representation of color #9BBF61: hue angle of 82.98º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BBF61 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 191 97 -
CMYK 0.19 0 0.49 0.25
HSL 82.98º 0.42% 0.56% -
HSV(B) 82.98º 0.49% 0.75% -
XYZ 34.31 45.09 18.21 -
YUV 169.52 87.07 117.64 -
System Red Green Blue C M Y K H S L
Decimal 155 191 97 0.19 0 0.49 0.25 82.98 0.42 0.56
Hex 9B BF 61 13 0 31 19 53 2A 38
Octal 233 277 141 23 0 61 31 123 52 70
Binary 10011011 10111111 1100001 10011 0 110001 11001 1010011 101010 111000

Color Harmonies of #9BBF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF61

Black with #9BBF61

Text Example


Text Example

White with #9BBF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,97); }

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

background-color css

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

 a { background-color: rgb(155,191,97); }

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

border-color css

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

 span { border-color: rgb(155,191,97); }

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