Html Css Color HEX #9DBF5B Olivine

📋 copy color: '#9DBF5B'

red 157 ◦ green 191 ◦ blue 91

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

Shades of Olivine #9DBF5B

Tints of Olivine #9DBF5B

RGB

 RED value IS 157 (61.72% from 255) = 35.76%

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

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 35.76%
G = 43.51%
B = 20.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#9DBF5B (or 0x9DBF5B) is known color: Olivine. HEX triplet: 9D, BF and 5B. RGB value is (157,191,91). Sum of RGB (Red+Green+Blue) = 157+191+91=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF5B is #6240A4. Grayscale: #A9A9A9. Windows color (decimal): -6439077 or 6012829. OLE color: 6012829.

HSL color Cylindrical-coordinate representation of color #9DBF5B: hue angle of 80.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DBF5B is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 191 91 -
CMYK 0.18 0 0.52 0.25
HSL 80.4º 0.44% 0.55% -
HSV(B) 80.4º 0.52% 0.75% -
XYZ 34.42 45.19 16.8 -
YUV 169.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 157 191 91 0.18 0 0.52 0.25 80.4 0.44 0.55
Hex 9D BF 5B 12 0 34 19 50 2C 37
Octal 235 277 133 22 0 64 31 120 54 67
Binary 10011101 10111111 1011011 10010 0 110100 11001 1010000 101100 110111

Color Harmonies of #9DBF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF5B

Black with #9DBF5B

Text Example


Text Example

White with #9DBF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,191,91); }

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

background-color css

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

 a { background-color: rgb(157,191,91); }

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

border-color css

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

 span { border-color: rgb(157,191,91); }

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