Html Css Color HEX #9BBF5E Olivine

📋 copy color: '#9BBF5E'

red 155 ◦ green 191 ◦ blue 94

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

Shades of Olivine #9BBF5E

Tints of Olivine #9BBF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 35.23%
G = 43.41%
B = 21.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#9BBF5E (or 0x9BBF5E) is known color: Olivine. HEX triplet: 9B, BF and 5E. RGB value is (155,191,94). Sum of RGB (Red+Green+Blue) = 155+191+94=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF5E is #6440A1. Grayscale: #A9A9A9. Windows color (decimal): -6570146 or 6209435. OLE color: 6209435.

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

Color convert

RGB 155 191 94 -
CMYK 0.19 0 0.51 0.25
HSL 82.27º 0.43% 0.56% -
HSV(B) 82.27º 0.51% 0.75% -
XYZ 34.17 45.04 17.48 -
YUV 169.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 155 191 94 0.19 0 0.51 0.25 82.27 0.43 0.56
Hex 9B BF 5E 13 0 33 19 52 2B 38
Octal 233 277 136 23 0 63 31 122 53 70
Binary 10011011 10111111 1011110 10011 0 110011 11001 1010010 101011 111000

Color Harmonies of #9BBF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF5E

Black with #9BBF5E

Text Example


Text Example

White with #9BBF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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