Html Css Color HEX #9DBF58 Olivine

📋 copy color: '#9DBF58'

red 157 ◦ green 191 ◦ blue 88

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

Shades of Olivine #9DBF58

Tints of Olivine #9DBF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.18%

R = 36.01%
G = 43.81%
B = 20.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#9DBF58 (or 0x9DBF58) is known color: Olivine. HEX triplet: 9D, BF and 58. RGB value is (157,191,88). Sum of RGB (Red+Green+Blue) = 157+191+88=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF58 is #6240A7. Grayscale: #A9A9A9. Windows color (decimal): -6439080 or 5816221. OLE color: 5816221.

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

Color convert

RGB 157 191 88 -
CMYK 0.18 0 0.54 0.25
HSL 79.81º 0.45% 0.55% -
HSV(B) 79.81º 0.54% 0.75% -
XYZ 34.3 45.13 16.14 -
YUV 169.09 82.24 119.38 -
System Red Green Blue C M Y K H S L
Decimal 157 191 88 0.18 0 0.54 0.25 79.81 0.45 0.55
Hex 9D BF 58 12 0 36 19 50 2D 37
Octal 235 277 130 22 0 66 31 120 55 67
Binary 10011101 10111111 1011000 10010 0 110110 11001 1010000 101101 110111

Color Harmonies of #9DBF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF58

Black with #9DBF58

Text Example


Text Example

White with #9DBF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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