Html Css Color HEX #9DBA63 Olivine

📋 copy color: '#9DBA63'

red 157 ◦ green 186 ◦ blue 99

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

Shades of Olivine #9DBA63

Tints of Olivine #9DBA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.08%

 BLUE value IS 99 (39.06% from 255) = 22.4%

R = 35.52%
G = 42.08%
B = 22.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#9DBA63 (or 0x9DBA63) is known color: Olivine. HEX triplet: 9D, BA and 63. RGB value is (157,186,99). Sum of RGB (Red+Green+Blue) = 157+186+99=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBA63 is #62459C. Grayscale: #A7A7A7. Windows color (decimal): -6440349 or 6535837. OLE color: 6535837.

HSL color Cylindrical-coordinate representation of color #9DBA63: hue angle of 80º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DBA63 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 186 99 -
CMYK 0.16 0 0.47 0.27
HSL 80º 0.39% 0.56% -
HSV(B) 80º 0.47% 0.73% -
XYZ 33.72 43.19 18.36 -
YUV 167.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 157 186 99 0.16 0 0.47 0.27 80 0.39 0.56
Hex 9D BA 63 10 0 2F 1B 50 27 38
Octal 235 272 143 20 0 57 33 120 47 70
Binary 10011101 10111010 1100011 10000 0 101111 11011 1010000 100111 111000

Color Harmonies of #9DBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBA63

Black with #9DBA63

Text Example


Text Example

White with #9DBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,186,99); }

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

background-color css

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

 a { background-color: rgb(157,186,99); }

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

border-color css

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

 span { border-color: rgb(157,186,99); }

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