Html Css Color HEX #9BBF7E Olivine

📋 copy color: '#9BBF7E'

red 155 ◦ green 191 ◦ blue 126

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

Shades of Olivine #9BBF7E

Tints of Olivine #9BBF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 32.84%
G = 40.47%
B = 26.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#9BBF7E (or 0x9BBF7E) is known color: Olivine. HEX triplet: 9B, BF and 7E. RGB value is (155,191,126). Sum of RGB (Red+Green+Blue) = 155+191+126=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF7E is #644081. Grayscale: #ADADAD. Windows color (decimal): -6570114 or 8306587. OLE color: 8306587.

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

Color convert

RGB 155 191 126 -
CMYK 0.19 0 0.34 0.25
HSL 93.23º 0.34% 0.62% -
HSV(B) 93.23º 0.34% 0.75% -
XYZ 35.91 45.74 26.67 -
YUV 172.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 155 191 126 0.19 0 0.34 0.25 93.23 0.34 0.62
Hex 9B BF 7E 13 0 22 19 5D 22 3E
Octal 233 277 176 23 0 42 31 135 42 76
Binary 10011011 10111111 1111110 10011 0 100010 11001 1011101 100010 111110

Color Harmonies of #9BBF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF7E

Black with #9BBF7E

Text Example


Text Example

White with #9BBF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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